Uses of Class
org.ojalgo.matrix.store.RowsSupplier
-
Packages that use RowsSupplier Package Description org.ojalgo.matrix.store org.ojalgo.optimisation org.ojalgo.optimisation.convex -
-
Uses of RowsSupplier in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as RowsSupplier Modifier and Type Field Description private RowsSupplier<N>
RowsSupplier.SingleView. myBase
Methods in org.ojalgo.matrix.store that return RowsSupplier Modifier and Type Method Description default RowsSupplier<N>
PhysicalStore.Factory. makeRowsSupplier(int numberOfColumns)
RowsSupplier<N>
RowsSupplier. selectRows(int[] indices)
Constructors in org.ojalgo.matrix.store with parameters of type RowsSupplier Constructor Description SingleView(RowsSupplier<N> base)
-
Uses of RowsSupplier in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as RowsSupplier Modifier and Type Field Description private RowsSupplier<java.lang.Double>
GenericSolver.Builder. myAE
private RowsSupplier<java.lang.Double>
GenericSolver.Builder. myAI
Methods in org.ojalgo.optimisation that return RowsSupplier Modifier and Type Method Description protected RowsSupplier<java.lang.Double>
GenericSolver.Builder. getAE(int... rows)
protected RowsSupplier<java.lang.Double>
GenericSolver.Builder. getAI(int... rows)
Methods in org.ojalgo.optimisation with parameters of type RowsSupplier Modifier and Type Method Description private static MatrixStore<java.lang.Double>
GenericSolver.Builder. add(RowsSupplier<java.lang.Double> baseA, MatrixStore<java.lang.Double> baseB, Access2D<?> addA, Access1D<?> addB)
-
Uses of RowsSupplier in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as RowsSupplier Modifier and Type Field Description private RowsSupplier<N>
ConvexData. myAE
private RowsSupplier<N>
ConvexData. myAI
Methods in org.ojalgo.optimisation.convex that return RowsSupplier Modifier and Type Method Description (package private) RowsSupplier<N>
ConvexData. getAE(int... rows)
(package private) RowsSupplier<N>
ConvexData. getAI(int... rows)
protected RowsSupplier<java.lang.Double>
BasePrimitiveSolver. getMatrixAE(int[] rows)
protected RowsSupplier<java.lang.Double>
BasePrimitiveSolver. getMatrixAI(int[] rows)
-