The derivative (i.e. gradient) of the Rosenbrock function.
x : array_like, 1D
The point at which the derivative is to be computed.
der : 1D numpy array
The gradient of the Rosenbrock function at x.
See also
rosen, rosen_hess, rosen_hess_prod
scipy.optimize.rosen
scipy.optimize.rosen_hess
Enter search terms or a module, class or function name.