Uses of Class
org.ojalgo.matrix.store.RowsSupplier
Packages that use RowsSupplier
-
Uses of RowsSupplier in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return RowsSupplierModifier and TypeMethodDescriptiondefault RowsSupplier<N> PhysicalStore.Factory.makeRowsSupplier(int numberOfColumns) RowsSupplier.selectRows(int[] indices) -
Uses of RowsSupplier in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return RowsSupplierModifier and TypeMethodDescriptionprotected RowsSupplier<Double> GenericSolver.Builder.getAE(int... rows) protected RowsSupplier<Double> GenericSolver.Builder.getAI(int... rows)