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

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Action<DoubleVector, double, DoubleVector> Gradient { get; set; }
Visual Basic (Declaration)
Public Property Gradient As Action(Of DoubleVector, Double, DoubleVector)
Visual C++
public:
property Action<DoubleVector^, double, DoubleVector^>^ Gradient {
	Action<DoubleVector^, double, DoubleVector^>^ get ();
	void set (Action<DoubleVector^, double, DoubleVector^>^ value);
}

See Also