Uses of Interface
org.ujmp.core.numbermatrix.factory.DenseNumberMatrixFactory
-
-
Uses of DenseNumberMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement DenseNumberMatrixFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrixFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement DenseNumberMatrixFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of DenseNumberMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory Modifier and Type Interface Description interface
DenseBigDecimalMatrixFactory<T extends DenseBigDecimalMatrix>
-
Uses of DenseNumberMatrixFactory in org.ujmp.core.bigintegermatrix.factory
Subinterfaces of DenseNumberMatrixFactory in org.ujmp.core.bigintegermatrix.factory Modifier and Type Interface Description interface
DenseBigIntegerMatrixFactory<T extends DenseBigIntegerMatrix>
-
Uses of DenseNumberMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of DenseNumberMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
interface
DenseDoubleMatrixFactory<T extends DenseDoubleMatrix>
interface
DenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
Classes in org.ujmp.core.doublematrix.factory that implement DenseNumberMatrixFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
AbstractDenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
class
DefaultDenseDoubleMatrix2DFactory
class
DefaultDenseDoubleMatrixMultiDFactory
-
Uses of DenseNumberMatrixFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of DenseNumberMatrixFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
DenseNumberMatrix2DFactory<T extends DenseNumberMatrix2D<?>>
interface
DenseNumberMatrixMultiDFactory<T extends DenseNumberMatrixMultiD<?>>
interface
NumberMatrixFactory<T extends NumberMatrix<?>>
-
Uses of DenseNumberMatrixFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement DenseNumberMatrixFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrixFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement DenseNumberMatrixFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrixFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement DenseNumberMatrixFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrixFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement DenseNumberMatrixFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-