Uses of Class
org.ojalgo.matrix.store.ColumnsSupplier
-
Packages that use ColumnsSupplier Package Description org.ojalgo.matrix.store org.ojalgo.optimisation.linear -
-
Uses of ColumnsSupplier in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as ColumnsSupplier Modifier and Type Field Description private ColumnsSupplier<N>ColumnsSupplier.SingleView. myBaseprivate ColumnsSupplier<java.lang.Double>R064CSC.Builder. myColumnsMethods in org.ojalgo.matrix.store that return ColumnsSupplier Modifier and Type Method Description default ColumnsSupplier<N>PhysicalStore.Factory. makeColumnsSupplier(int numberOfRows)ColumnsSupplier<N>ColumnsSupplier. selectColumns(int[] indices)Constructors in org.ojalgo.matrix.store with parameters of type ColumnsSupplier Constructor Description SingleView(ColumnsSupplier<N> base) -
Uses of ColumnsSupplier in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as ColumnsSupplier Modifier and Type Field Description private ColumnsSupplier<java.lang.Double>RevisedStore. myConstraintsBodyComplete constraint matrix A (all variables).Methods in org.ojalgo.optimisation.linear that return ColumnsSupplier Modifier and Type Method Description private static ColumnsSupplier<java.lang.Double>RevisedStore. newMatrix(int nbRows, int nbCols)
-