Uses of Class
org.ojalgo.matrix.store.RowsSupplier
Packages that use RowsSupplier
-
Uses of RowsSupplier in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as RowsSupplierMethods in org.ojalgo.matrix.store that return RowsSupplierModifier and TypeMethodDescriptiondefault RowsSupplier
<N> PhysicalStore.Factory.makeRowsSupplier
(int numberOfColumns) RowsSupplier.selectRows
(int[] indices) Constructors in org.ojalgo.matrix.store with parameters of type RowsSupplier -
Uses of RowsSupplier in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as RowsSupplierModifier and TypeFieldDescriptionprivate RowsSupplier
<Double> GenericSolver.Builder.myAE
private RowsSupplier
<Double> GenericSolver.Builder.myAI
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) Methods in org.ojalgo.optimisation with parameters of type RowsSupplierModifier and TypeMethodDescriptionprivate static MatrixStore
<Double> GenericSolver.Builder.add
(RowsSupplier<Double> baseA, MatrixStore<Double> baseB, Access2D<?> addA, Access1D<?> addB) -
Uses of RowsSupplier in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as RowsSupplierModifier and TypeFieldDescriptionprivate final RowsSupplier
<N> ConvexData.myAE
private final RowsSupplier
<N> ConvexData.myAI
Methods in org.ojalgo.optimisation.convex that return RowsSupplierModifier and TypeMethodDescription(package private) RowsSupplier
<N> ConvexData.getAE
(int... rows) (package private) RowsSupplier
<N> ConvexData.getAI
(int... rows) protected RowsSupplier
<Double> BasePrimitiveSolver.getMatrixAE
(int[] rows) protected RowsSupplier
<Double> BasePrimitiveSolver.getMatrixAI
(int[] rows)