NewtonRaphsonSolver<T>.DerivativeOfTargetFunction 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.0
C#
public Func<T, T> DerivativeOfTargetFunction { get; set; }

Property Value

Func<T, T>
A delegate that represents a function of one variable.

See Also