SciPy

This is documentation for an old release of SciPy (version 1.2.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.optimize.rosen_hess

scipy.optimize.rosen_hess(x)[source]

The Hessian matrix of the Rosenbrock function.

Parameters
xarray_like

1-D array of points at which the Hessian matrix is to be computed.

Returns
rosen_hessndarray

The Hessian matrix of the Rosenbrock function at x.

Previous topic

scipy.optimize.rosen_der

Next topic

scipy.optimize.rosen_hess_prod