Click or drag to resize

DoubleVectorParameterizedDelegateGradient Property

Gests and sets the delegate for evaluating the gradient with respect to the paramerers.

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

Property Value

ActionDoubleVector, DoubleVector, DoubleVector
See Also