Class LagrangianFunction represents the Lagrangian function associated with a nonlinear programming problem.
The LagrangianFunction..::.LagrangianGradientFunction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LagrangianFunction..::.LagrangianGradientFunction |
Constructs a LagrangianGradientFunction object from the given deletate.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Evaluate | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Jacobian | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CentralDifferenceDelta |
Sets the delta for using the central difference method for
approximating the Jacobian. The Jacobian will be approximated
only if the deriving class does not override
the Jacobian method.
(Inherited from DoubleMultiVariableFunction.) | |
| XDimension |
Gets and sets the dimension of the function domain.
(Inherited from DoubleMultiVariableFunction.) | |
| YDimension |
Gets and sets the dimension of the function range.
(Inherited from DoubleMultiVariableFunction.) |