The Hessian matrix of the Rosenbrock function.
x : array_like, 1D
The point at which the Hessian matrix is to be computed.
hess : 2D numpy array
The Hessian matrix of the Rosenbrock function at x.
See also
rosen, rosen_der, rosen_hess_prod
scipy.optimize.rosen_der
scipy.optimize.rosen_hess_prod
Enter search terms or a module, class or function name.