-
Notifications
You must be signed in to change notification settings - Fork 152
diff(A::SArray, [dim])? #84
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
Comments
All the reducer and cumulative methods (and I was thinking PS - We welcome PRs :) |
See #65 for related discussion |
Your answer in #65 is great. Thanks! Yes, I think being able to pass |
Generated a PR: #86. |
Merged. |
Is there a plan to implement
diff(A::SArray, [dim])
? This should be doable, because the size of the result can be predicted fromsize(A)
.The text was updated successfully, but these errors were encountered: