Uses of Interface
org.ujmp.core.numbermatrix.factory.NumberMatrix2DFactory
-
-
Uses of NumberMatrix2DFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement NumberMatrix2DFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
class
ColtSparseDoubleMatrix2DFactory
-
Uses of NumberMatrix2DFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement NumberMatrix2DFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of NumberMatrix2DFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of NumberMatrix2DFactory in org.ujmp.core.bigdecimalmatrix.factory Modifier and Type Interface Description interface
BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>
Classes in org.ujmp.core.bigdecimalmatrix.factory that implement NumberMatrix2DFactory Modifier and Type Class Description class
AbstractBigDecimalMatrix2DFactory
class
DefaultBigDecimalMatrix2DFactory
-
Uses of NumberMatrix2DFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of NumberMatrix2DFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
interface
DoubleMatrix2DFactory<T extends DoubleMatrix2D>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
Classes in org.ujmp.core.doublematrix.factory that implement NumberMatrix2DFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
DefaultDenseDoubleMatrix2DFactory
class
DefaultSparseDoubleMatrix2DFactory
-
Uses of NumberMatrix2DFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of NumberMatrix2DFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
DenseNumberMatrix2DFactory<T extends DenseNumberMatrix2D<?>>
interface
NumberMatrixFactory<T extends NumberMatrix<?>>
interface
SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>>
-
Uses of NumberMatrix2DFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement NumberMatrix2DFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of NumberMatrix2DFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement NumberMatrix2DFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of NumberMatrix2DFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement NumberMatrix2DFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of NumberMatrix2DFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement NumberMatrix2DFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-