-
-
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
diff(Vector,dims=1) #27957
Labels
arrays
[a, r, r, a, y, s]
help wanted
Indicates that a maintainer wants help on an issue or pull request
Comments
Yes, I don't see why we shouldn't have a general |
mbauman
added
the
help wanted
Indicates that a maintainer wants help on an issue or pull request
label
Jul 9, 2018
@PaulSoderlind Hey A newbie here. Can you please point me at the right direction? |
I am certainly no expert either, but I believe the method is defined in
Julia-1.0.0\share\julia\base\multidimensional.jl
It looks like it would be straightforward to add a method.
/Paul S
…On Fri, 17 Aug 2018 at 08:53, des2 ***@***.***> wrote:
@PaulSoderlind <https://github.com/PaulSoderlind> Hey A newbie here. Can
you please point me at the right direction?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27957 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI8Z1SyXvK6NWCxdReuhdCsd3GBTk7ngks5uRmhogaJpZM4VFbRn>
.
|
What should its be behavior be? Is it expected to be the same as
|
What should its be behavior be?
The same as cumsum seems to be a good starting point. /Paul S
…On Sat, 25 Aug 2018 at 14:15, Rajesh Vaidheeswarran < ***@***.***> wrote:
What should its be behavior be?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27957 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI8Z1ZXHp80bRfhjd4Y00Gx0gr8EjpPoks5uUT_ngaJpZM4VFbRn>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arrays
[a, r, r, a, y, s]
help wanted
Indicates that a maintainer wants help on an issue or pull request
in 0.7.0-beta.108,
diff(ones(6),dims=1)
givesIn contrast,
sum(ones(6),dims=1)
works.The text was updated successfully, but these errors were encountered: