Product of the Hessian matrix of the Rosenbrock function with a vector.
x : array_like, 1D
The point at which the Hessian matrix is to be computed.
p : array_like, 1D, same size as x.
The vector to be multiplied by the Hessian matrix.
v : 1D numpy array
The Hessian matrix of the Rosenbrock function at x multiplied by the vector p.
See also
rosen, rosen_der, rosen_hess
scipy.optimize.rosen_hess
scipy.optimize.curve_fit
Enter search terms or a module, class or function name.