![]() | Lagrangian |
The LagrangianFunctionLagrangianGradientFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | LagrangianFunctionLagrangianGradientFunction | Constructs a LagrangianGradientFunction object from the given deletate. |
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) |
Name | Description | |
---|---|---|
![]() | Clone | ICloneable method. Not implemented here. Deriving classes
must implement if desired.
(Inherited from DoubleMultiVariableFunction) |
![]() | Evaluate(Double) |
Evaluate the function at the point x.
(Inherited from DoubleMultiVariableFunction) |
![]() | Evaluate(DoubleMatrix, DoubleMatrix) |
Evaluate the function at the points X and place the results in
Y.
(Inherited from DoubleMultiVariableFunction) |
![]() | Evaluate(DoubleVector, DoubleVector) |
Evaluates the Lagrangian gradient at a point x, placing the results
in the vector y.
(Overrides DoubleMultiVariableFunctionEvaluate(DoubleVector, DoubleVector)) |
![]() | Jacobian(Double) |
Evaluates the Jacobian of the function at the given point.
(Inherited from DoubleMultiVariableFunction) |
![]() | Jacobian(DoubleVector, DoubleMatrix) |
Virtual method for evaluating the Jacobian of the function at the given point.
(Inherited from DoubleMultiVariableFunction) |
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_ |
Dimension of the function domain.
(Inherited from DoubleMultiVariableFunction) |
![]() | yDimension_ |
Dimension of the function range.
(Inherited from DoubleMultiVariableFunction) |