Uses of Class
org.ojalgo.matrix.store.GenericStore
Packages that use GenericStore
-
Uses of GenericStore in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement interfaces with type arguments of type GenericStoreModifier and TypeClassDescriptionfinal classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.static final classGenericStore.Factory<N extends Scalar<N>>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