Uses of Class
org.ojalgo.matrix.store.RawStore
Packages that use RawStore
-
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()RawStore.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