Gets the current value of the constraint gradient.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> Gradient { get; }
Public ReadOnly Property Gradient As Vector(Of Double)
Get
public:
property Vector<double>^ Gradient {
Vector<double>^ get ();
}
member Gradient : Vector<float> with get
Property Value
Type:
VectorDouble
Reference