-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need cumsum! and cumprod! #3746
Comments
+1 If we do that, can we also have |
It would be nice to have general purpose scans so that we can have scans with user defined functions as well. |
Scanning and inplace scanning are recently added to NumericExtensions.jl (see http://lindahua.github.io/NumericExtensions.jl/scan.html) These may be migrated to base together with some other parts of the package. |
Implemented in #7359. |
We only have cumsum and cumprod right now, and it would be nice to have the ! variants as well.
The text was updated successfully, but these errors were encountered: