Uses of Class
org.ojalgo.matrix.store.RawStore
-
Packages that use RawStore Package Description org.ojalgo.matrix.decomposition org.ojalgo.matrix.store -
-
Uses of RawStore in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as RawStore Modifier and Type Field Description private RawStoreRawDecomposition. myInternalStoreMethods in org.ojalgo.matrix.decomposition that return RawStore Modifier and Type Method Description protected RawStoreRawDecomposition. getInternalStore()RawStoreRawQR. 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
Fields in org.ojalgo.matrix.store with type parameters of type RawStore Modifier and Type Field Description static PrimitiveFactory<RawStore>RawStore. FACTORYMethods in org.ojalgo.matrix.store that return RawStore Modifier and Type Method Description RawStoreRawStore. build()private static RawStoreRawStore. convert(Access1D<?> elements, int structure)RawStoreRawStore. copy()Make a deep copy of a matrixRawStoreRawStore. multiply(MatrixStore<java.lang.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 Modifier and Type Method Description PhysicalStore.Factory<java.lang.Double,RawStore>RawStore. physical()
-