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 RawStore
RawDecomposition. myInternalStore
Methods in org.ojalgo.matrix.decomposition that return RawStore Modifier and Type Method Description protected RawStore
RawDecomposition. getInternalStore()
RawStore
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 RawStore Modifier and Type Field Description static PhysicalStore.Factory<java.lang.Double,RawStore>
RawStore. FACTORY
Methods in org.ojalgo.matrix.store that return RawStore Modifier and Type Method Description RawStore
RawStore. build()
private static RawStore
RawStore. convert(Access1D<?> elements, int structure)
RawStore
RawStore. copy()
Make a deep copy of a matrixRawStore
RawStore. multiply(MatrixStore<java.lang.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 Modifier and Type Method Description PhysicalStore.Factory<java.lang.Double,RawStore>
RawStore. physical()
-