LinearProgram.GetCoefficientMatrix Method

Returns a matrix containing the coefficients of the constraints.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public SparseCompressedColumnMatrix<double> GetCoefficientMatrix()

Return Value

SparseCompressedColumnMatrix<Double>

See Also