Newton Raphson Solver.Derivative Of Target Function Property
Gets or sets the derivative of the target function.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A delegate that represents a function of one variable.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Func<double, double> DerivativeOfTargetFunction { get; set; }
Property Value
Func<Double, Double>A delegate that represents a function of one variable.