Uses of Class
org.ojalgo.matrix.store.GenericStore
-
Packages that use GenericStore Package Description org.ojalgo.matrix.store -
-
Uses of GenericStore in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type GenericStore Modifier and Type Field Description static PhysicalStore.Factory<ComplexNumber,GenericStore<ComplexNumber>>
GenericStore. C128
static PhysicalStore.Factory<Quaternion,GenericStore<Quaternion>>
GenericStore. H256
static PhysicalStore.Factory<RationalNumber,GenericStore<RationalNumber>>
GenericStore. Q128
static PhysicalStore.Factory<Quadruple,GenericStore<Quadruple>>
GenericStore. R128
Methods in org.ojalgo.matrix.store that return GenericStore Modifier and Type Method Description GenericStore<N>
GenericStore. build()
private GenericStore<N>
GenericStore. cast(Access1D<?> matrix)
GenericStore<N>
GenericStore.Factory. conjugate(Access2D<?> source)
GenericStore<N>
GenericStore. copy()
GenericStore<N>
GenericStore.Factory. copy(Access2D<?> source)
GenericStore<N>
GenericStore.Factory. make(int nbRows, int nbCols)
GenericStore<N>
GenericStore.Factory. make(long nbRows, long nbCols)
GenericStore<N>
GenericStore.Factory. transpose(Access2D<?> source)
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 Modifier and Type Method Description PhysicalStore.Factory<N,GenericStore<N>>
GenericStore. physical()
-