Uses of Interface
org.ujmp.core.doublematrix.factory.DenseDoubleMatrixFactory
-
Packages that use DenseDoubleMatrixFactory Package Description org.ujmp.colt org.ujmp.commonsmath org.ujmp.core.doublematrix org.ujmp.core.doublematrix.factory org.ujmp.jama org.ujmp.jblas org.ujmp.la4j org.ujmp.vecmath -
-
Uses of DenseDoubleMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement DenseDoubleMatrixFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
-
Uses of DenseDoubleMatrixFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement DenseDoubleMatrixFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of DenseDoubleMatrixFactory in org.ujmp.core.doublematrix
Fields in org.ujmp.core.doublematrix declared as DenseDoubleMatrixFactory Modifier and Type Field Description static DenseDoubleMatrixFactory<? extends DenseDoubleMatrix>
DenseDoubleMatrix. Factory
-
Uses of DenseDoubleMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of DenseDoubleMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
interface
DenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
Classes in org.ujmp.core.doublematrix.factory that implement DenseDoubleMatrixFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
AbstractDenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
class
DefaultDenseDoubleMatrix2DFactory
class
DefaultDenseDoubleMatrixMultiDFactory
-
Uses of DenseDoubleMatrixFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement DenseDoubleMatrixFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of DenseDoubleMatrixFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement DenseDoubleMatrixFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of DenseDoubleMatrixFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement DenseDoubleMatrixFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of DenseDoubleMatrixFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement DenseDoubleMatrixFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-