-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
HacktoberfestGood for Hacktoberfest participantsGood for Hacktoberfest participantsgood first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to JuliamathsMathematical functionsMathematical functions
Description
gradient(1:10)
doesn't work because it dispatches to a method that only takes Array
arguments.
Also, gradient
doesn't support multi-dimensional arrays, whereas in Matlab and NumPy it returns an N-tuple of the gradients along different directions.
cc: @andreasnoack, who looked at these functions in #5321.
Metadata
Metadata
Assignees
Labels
HacktoberfestGood for Hacktoberfest participantsGood for Hacktoberfest participantsgood first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to JuliamathsMathematical functionsMathematical functions