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 RawStoreRawDecomposition.getInternalStore()RawQR.getQ()Generate and return the (economy-sized) orthogonal factor(package private) static RawStoreRawDecomposition.make(int nbRows, int nbCols) (package private) RawStoreRawDecomposition.newRawStore(int m, int n) (package private) RawStoreRawDecomposition.wrap(double[][] data) -
Uses of RawStore in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement interfaces with type arguments of type RawStoreFields in org.ojalgo.matrix.store with type parameters of type RawStoreMethods in org.ojalgo.matrix.store that return RawStoreModifier and TypeMethodDescriptionRawStore.build()private static RawStoreRawStore.copy()Make a deep copy of a matrixRawStore.multiply(MatrixStore<Double> right) static RawStoreRawStore.wrap(double... data) Will create a single row matrix with the supplied array as the inner array.static RawStoreRawStore.wrap(double[][] data) Methods in org.ojalgo.matrix.store that return types with arguments of type RawStore