Uses of Class
org.ojalgo.matrix.store.RawStore
Packages that use RawStore
-
Uses of RawStore in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as RawStoreMethods in org.ojalgo.matrix.decomposition that return RawStoreModifier and TypeMethodDescriptionprotected RawStore
RawDecomposition.getInternalStore()
RawQR.getQ()
Generate and return the (economy-sized) orthogonal factor(package private) static RawStore
RawDecomposition.make
(int nbRows, int nbCols) (package private) RawStore
RawDecomposition.newRawStore
(int m, int n) (package private) RawStore
RawDecomposition.wrap
(double[][] data) -
Uses of RawStore in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type RawStoreModifier and TypeFieldDescriptionstatic final PhysicalStore.Factory
<Double, RawStore> RawStore.FACTORY
Methods in org.ojalgo.matrix.store that return RawStoreModifier and TypeMethodDescriptionRawStore.build()
private static RawStore
RawStore.copy()
Make a deep copy of a matrixRawStore.multiply
(MatrixStore<Double> right) static RawStore
RawStore.wrap
(double... data) Will create a single row matrix with the supplied array as the inner array.static RawStore
RawStore.wrap
(double[][] data) Methods in org.ojalgo.matrix.store that return types with arguments of type RawStore