Class LagrangianFunction represents the Lagrangian function associated with a nonlinear programming problem.

The LagrangianFunction..::.LagrangianGradientFunction type exposes the following members.

Constructors

  NameDescription
LagrangianFunction..::.LagrangianGradientFunction
Constructs a LagrangianGradientFunction object from the given deletate.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
JacobianOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.)

See Also