Skip to content

Commit

Permalink
Merge pull request #96 from josemanuel22/mean_may_return_incorrect_re…
Browse files Browse the repository at this point in the history
…sults

adding docu to mean! explain target should not alias with the source
  • Loading branch information
andreasnoack authored May 28, 2024
2 parents 9addbb8 + db3682b commit 39f6332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Statistics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ end
mean!(r, v)
Compute the mean of `v` over the singleton dimensions of `r`, and write results to `r`.
Note that the target must not alias with the source.
# Examples
```jldoctest
Expand Down

0 comments on commit 39f6332

Please sign in to comment.