Home | Trees | Indices | Help |
---|
|
object --+ | Hessian
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
The Hessian of the function. Parameters ---------- beta : The point at which to evaluate the Hessian. vector : If not None, it is multiplied with the Hessian from the right.
|
Inverse of the Hessian (second derivative) of the function. Sometimes this can be done efficiently if we know the structure of the Hessian. Also, if we multiply the Hessian by a vector, it is often possible to do efficiently. Parameters ---------- beta : The point at which to evaluate the Hessian. vector : If not None, it is multiplied with the inverse of the Hessian from the right.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |