|  | Central | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe CentralDifferenceHessianUpdater type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CentralDifferenceHessianUpdater | Initializes a new instance of the CentralDifferenceHessianUpdater class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Initialize | Return to initial state. | 
|  | LagrangianHessian | Updates the value of the Lagrangian Hessian based on iterate values. Uses a central difference algorithm to first estmate the gradient of the Lagrangian, and another application of a centeral difference algorithm to estimate the Hessian from the gradient. | 
 Remarks
Remarks See Also
See Also