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 static GenericStore.Factory<ComplexNumber>GenericStore. C128static GenericStore.Factory<Quaternion>GenericStore. H256private GenericStore.Factory<N>GenericStore. myFactorystatic GenericStore.Factory<RationalNumber>GenericStore. Q128static GenericStore.Factory<Quadruple>GenericStore. R128Methods 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, int numbCols, N[] dataArray)
-