![]() | Double |
The DoubleFunctionalDelegate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Creates a deep copy of self.
(Overrides DoubleMultiVariableFunctionClone) |
![]() | Evaluate(Double) |
Evaluates the functional at the given point.
(Inherited from DoubleFunctional) |
![]() | Evaluate(DoubleVector) |
Evaluates the functional at a given point.
(Overrides DoubleFunctionalEvaluate(DoubleVector)) |
![]() | Evaluate(DoubleMatrix, DoubleMatrix) |
Evaluate the function at the points X and place the results in
Y.
(Inherited from DoubleMultiVariableFunction) |
![]() | Evaluate(DoubleVector, DoubleVector) |
Vector-vector form of the evaluate function. Part of the base class
DoubleMultiVariableFunction interface.
(Inherited from DoubleFunctional) |
![]() | Gradient(DoubleVector) |
Calculates the gradient of this functional.
(Inherited from DoubleFunctional) |
![]() | Gradient(DoubleVector, DoubleVector) |
Calculates the gradient of this functional.
(Overrides DoubleFunctionalGradient(DoubleVector, DoubleVector)) |
![]() | Jacobian(Double) |
Evaluates the Jacobian of the function at the given point.
(Inherited from DoubleMultiVariableFunction) |
![]() | Jacobian(DoubleVector, DoubleMatrix) |
Computes the jacobian of this functional at the specified point.
(Inherited from DoubleFunctional) |