Uses of Interface
org.ujmp.core.numbermatrix.factory.DenseNumberMatrix2DFactory
-
Packages that use DenseNumberMatrix2DFactory Package Description org.ujmp.colt org.ujmp.commonsmath org.ujmp.core.doublematrix.factory org.ujmp.core.numbermatrix.factory org.ujmp.jama org.ujmp.jblas org.ujmp.la4j org.ujmp.vecmath -
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement DenseNumberMatrix2DFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement DenseNumberMatrix2DFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of DenseNumberMatrix2DFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
Classes in org.ujmp.core.doublematrix.factory that implement DenseNumberMatrix2DFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
DefaultDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of DenseNumberMatrix2DFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
NumberMatrixFactory<T extends NumberMatrix<?>>
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement DenseNumberMatrix2DFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement DenseNumberMatrix2DFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement DenseNumberMatrix2DFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of DenseNumberMatrix2DFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement DenseNumberMatrix2DFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-