Uses of Interface
org.ujmp.core.numbermatrix.factory.BaseNumberMatrixFactory
-
-
Uses of BaseNumberMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement BaseNumberMatrixFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
class
ColtSparseDoubleMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement BaseNumberMatrixFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of BaseNumberMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory Modifier and Type Interface Description interface
BaseBigDecimalMatrixFactory<T extends BaseBigDecimalMatrix>
interface
BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>
interface
BigDecimalMatrixMultiDFactory<T extends BigDecimalMatrixMultiD>
interface
DenseBigDecimalMatrixFactory<T extends DenseBigDecimalMatrix>
interface
SparseBigDecimalMatrixFactory<T extends SparseBigDecimalMatrix>
Classes in org.ujmp.core.bigdecimalmatrix.factory that implement BaseNumberMatrixFactory Modifier and Type Class Description class
AbstractBigDecimalMatrix2DFactory
class
DefaultBigDecimalMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.core.bigintegermatrix.factory
Subinterfaces of BaseNumberMatrixFactory in org.ujmp.core.bigintegermatrix.factory Modifier and Type Interface Description interface
BaseBigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>
interface
BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D>
interface
BigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>
interface
BigIntegerMatrixMultiDFactory<T extends BigIntegerMatrixMultiD>
interface
DenseBigIntegerMatrixFactory<T extends DenseBigIntegerMatrix>
interface
SparseBigIntegerMatrixFactory<T extends SparseBigIntegerMatrix>
Classes in org.ujmp.core.bigintegermatrix.factory that implement BaseNumberMatrixFactory Modifier and Type Class Description class
AbstractBigIntegerMatrix2DFactory
class
DefaultBigIntegerMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of BaseNumberMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
BaseDoubleMatrixFactory<T extends BaseDoubleMatrix>
interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
interface
DenseDoubleMatrixFactory<T extends DenseDoubleMatrix>
interface
DenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
interface
DoubleMatrix2DFactory<T extends DoubleMatrix2D>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
interface
DoubleMatrixMultiDFactory<T extends DoubleMatrixMultiD>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
interface
SparseDoubleMatrixFactory<T extends SparseDoubleMatrix>
interface
SparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
Classes in org.ujmp.core.doublematrix.factory that implement BaseNumberMatrixFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
AbstractDenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
AbstractSparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
class
DefaultDenseDoubleMatrix2DFactory
class
DefaultDenseDoubleMatrixMultiDFactory
class
DefaultSparseDoubleMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of BaseNumberMatrixFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
DenseNumberMatrix2DFactory<T extends DenseNumberMatrix2D<?>>
interface
DenseNumberMatrixFactory<T extends DenseNumberMatrix<?>>
interface
DenseNumberMatrixMultiDFactory<T extends DenseNumberMatrixMultiD<?>>
interface
NumberMatrix2DFactory<T extends NumberMatrix2D<?>>
interface
NumberMatrixFactory<T extends NumberMatrix<?>>
interface
NumberMatrixMultiDFactory<T extends NumberMatrixMultiD<?>>
interface
SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>>
interface
SparseNumberMatrixFactory<T extends SparseNumberMatrix<?>>
interface
SparseNumberMatrixMultiDFactory<T extends SparseNumberMatrixMultiD<?>>
-
Uses of BaseNumberMatrixFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement BaseNumberMatrixFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement BaseNumberMatrixFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement BaseNumberMatrixFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of BaseNumberMatrixFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement BaseNumberMatrixFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-