Uses of Class
org.optimizationservices.oscommon.datastructure.osgeneral.SparseMatrix

Packages that use SparseMatrix
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.util   
 

Uses of SparseMatrix in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return SparseMatrix
 SparseMatrix OSInstance.getLinearConstraintCoefficientsInColumnMajor()
          Get linear constraint coefficients in column major.
 SparseMatrix OSInstance.getLinearConstraintCoefficientsInRowMajor()
          Get linear constraint coefficients in row major.
 

Uses of SparseMatrix in org.optimizationservices.oscommon.util
 

Methods in org.optimizationservices.oscommon.util that return SparseMatrix
static SparseMatrix MathUtil.convertLinearConstraintCoefficientMatrixToTheOtherMajor(boolean isColumnMajor, int[] start, int[] index, double[] value, int dimension)
          convert linear constraint coefficient matrix (row or column major) to the other major (column or row)