Uses of Class
org.ojalgo.matrix.store.GenericStore
Packages that use GenericStore
-
Uses of GenericStore in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return GenericStoreModifier and TypeMethodDescriptionGenericStore.build()private GenericStore<N> GenericStore.copy()GenericStore.Factory.make(int nbRows, int nbCols) static <N extends Scalar<N>>
GenericStore<N> GenericStore.wrap(GenericStore.Factory<N> factory, N... data) static <N extends Scalar<N>>
GenericStore<N> GenericStore.wrap(GenericStore.Factory<N> factory, N[] data, int structure) Methods in org.ojalgo.matrix.store that return types with arguments of type GenericStore