Click or drag to resize

DoubleParameterizedDelegateGradient Property

Gets and sets the delegate for the gradient with respect to the parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Action<DoubleVector, double, DoubleVector> Gradient { get; set; }

Property Value

ActionDoubleVector, Double, DoubleVector
See Also