Uses of Class
org.ojalgo.matrix.store.RowsSupplier
Packages that use RowsSupplier
Package
Description
-
Uses of RowsSupplier in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as RowsSupplierModifier and TypeFieldDescriptionprivate RowsSupplier<Double> SparseLU.myLprivate RowsSupplier<Double> SparseLU.myU -
Uses of RowsSupplier in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as RowsSupplierModifier and TypeFieldDescriptionprivate final RowsSupplier<N> RowsSupplier.SingleView.myBaseprivate final RowsSupplier<Double> R064CSR.Builder.myRowsMethods 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.myAEprivate RowsSupplier<Double> GenericSolver.Builder.myAIMethods 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.myAEprivate final RowsSupplier<N> ConvexData.myAIMethods 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)