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