Uses of Class
org.ojalgo.matrix.store.GenericStore.Factory
-
Packages that use GenericStore.Factory Package Description org.ojalgo.matrix.store -
-
Uses of GenericStore.Factory in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as GenericStore.Factory Modifier and Type Field Description private GenericStore.Factory<N>
GenericStore. myFactory
Methods in org.ojalgo.matrix.store with parameters of type GenericStore.Factory Modifier and Type Method Description 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)
Constructors in org.ojalgo.matrix.store with parameters of type GenericStore.Factory Constructor Description GenericStore(GenericStore.Factory<N> factory, int numbRows)
GenericStore(GenericStore.Factory<N> factory, int numbRows, int numbCols)
GenericStore(GenericStore.Factory<N> factory, int numbRows, int numbCols, N[] dataArray)
GenericStore(GenericStore.Factory<N> factory, N[] dataArray)
-