Gets a vector that contains the coefficients of the
linear objective function.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<double> GetObjective()
Public Function GetObjective As DenseVector(Of Double)
public:
DenseVector<double>^ GetObjective()
member GetObjective : unit -> DenseVector<float>
Return Value
Type:
DenseVectorDouble
Reference