Gets or sets the derivative of the target function.
Namespace:
Extreme.Mathematics.EquationSolvers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<double, double> DerivativeOfTargetFunction { get; set; }
Public Property DerivativeOfTargetFunction As Func(Of Double, Double)
Get
Set
public:
property Func<double, double>^ DerivativeOfTargetFunction {
Func<double, double>^ get ();
void set (Func<double, double>^ value);
}
member DerivativeOfTargetFunction : Func<float, float> with get, set
Property Value
Type:
FuncDouble,
DoubleA delegate that represents a function of one variable.
Reference