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