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