![]() | Lagrangian |
The LagrangianFunctionLagrangianGradientFunction type exposes the following members.
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) |