HessianResult¶
- class HessianResult(hessian, eigenvalues, eigenvectors, center, program_type)[source]¶
Bases:
objectResult of a Hessian computation at a parameter point.
Contains the symmetric Hessian matrix (
hessian), eigenvalues sorted in ascending order (eigenvalues), corresponding eigenvectors as columns (eigenvectors), the evaluation point (center), and the program class name (program_type).Attributes Summary
Methods Summary
bottom_eigenvectors([k])Return the k eigenvectors with the smallest eigenvalues.
top_eigenvectors([k])Return the k eigenvectors with the largest eigenvalues.
Attributes Documentation
Methods Documentation