This is documentation for an old release of SciPy (version 0.11.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Product of the Hessian matrix of the Rosenbrock function with a vector.
Parameters : | x : array_like, 1D
p : array_like, 1D, same size as x.
|
---|---|
Returns : | v : 1D numpy array
|
See also