Gets or sets the current value of the gradient.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<double> GradientVector { get; }
Public ReadOnly Property GradientVector As DenseVector(Of Double)
Get
public:
property DenseVector<double>^ GradientVector {
DenseVector<double>^ get ();
}
member GradientVector : DenseVector<float> with get
Property Value
Type:
DenseVectorDoubleA dense vector.
Reference