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

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

Syntax

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

See Also