The DoubleFunctionalDelegate type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CenteralDifferenceDelta |
Gets and sets the delta value to use in the central difference approximation
of the gradient of this functional. The centeral difference approximation
will be used only if the deriving subclass does not override the Gradient()
method.
(Inherited from DoubleFunctional.) | |
| 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.) | |
| Function |
Gets and sets the delegate used to evaluate the functional.
| |
| GradientFunction |
Gets and sets the delegate used to evaluate the gradient.
| |
| 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.) |