Uses of Class
org.ujmp.core.matrix.factory.AbstractMatrixFactory
-
-
Uses of AbstractMatrixFactory in org.ujmp.colt
Subclasses of AbstractMatrixFactory in org.ujmp.colt Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
class
ColtSparseDoubleMatrix2DFactory
-
Uses of AbstractMatrixFactory in org.ujmp.commonsmath
Subclasses of AbstractMatrixFactory in org.ujmp.commonsmath Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of AbstractMatrixFactory in org.ujmp.core.doublematrix.factory
Subclasses of AbstractMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
AbstractDenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
DefaultDenseDoubleMatrix2DFactory
class
DefaultDenseDoubleMatrixMultiDFactory
class
DefaultSparseDoubleMatrix2DFactory
-
Uses of AbstractMatrixFactory in org.ujmp.core.longmatrix.factory
Subclasses of AbstractMatrixFactory in org.ujmp.core.longmatrix.factory Modifier and Type Class Description class
AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
class
AbstractDenseLongMatrixFactory<T extends DenseLongMatrix>
class
AbstractLongMatrix2DFactory<T extends LongMatrix2D>
class
AbstractLongMatrixFactory<T extends LongMatrix>
class
AbstractSparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
class
AbstractSparseLongMatrixFactory<T extends SparseLongMatrix>
class
DefaultDenseLongMatrix2DFactory
class
DefaultDenseLongMatrixFactory
class
DefaultLongMatrix2DFactory
class
DefaultLongMatrixFactory
class
DefaultSparseLongMatrix2DFactory
class
DefaultSparseLongMatrixFactory
-
Uses of AbstractMatrixFactory in org.ujmp.core.matrix.factory
Subclasses of AbstractMatrixFactory in org.ujmp.core.matrix.factory Modifier and Type Class Description class
DefaultDenseMatrixFactory
class
DefaultSparseMatrixFactory
-
Uses of AbstractMatrixFactory in org.ujmp.core.objectmatrix.factory
Subclasses of AbstractMatrixFactory in org.ujmp.core.objectmatrix.factory Modifier and Type Class Description class
DefaultDenseObjectMatrix2DFactory
class
DefaultDenseObjectMatrixFactory
class
DefaultSparseObjectMatrix2DFactory
class
DefaultSparseObjectMatrixFactory
-
Uses of AbstractMatrixFactory in org.ujmp.core.stringmatrix.factory
Subclasses of AbstractMatrixFactory in org.ujmp.core.stringmatrix.factory Modifier and Type Class Description class
AbstractDenseStringMatrix2DFactory<T extends DenseStringMatrix2D>
class
DefaultDenseStringMatrix2DFactory
-
Uses of AbstractMatrixFactory in org.ujmp.jama
Subclasses of AbstractMatrixFactory in org.ujmp.jama Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of AbstractMatrixFactory in org.ujmp.jblas
Subclasses of AbstractMatrixFactory in org.ujmp.jblas Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of AbstractMatrixFactory in org.ujmp.la4j
Subclasses of AbstractMatrixFactory in org.ujmp.la4j Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of AbstractMatrixFactory in org.ujmp.vecmath
Subclasses of AbstractMatrixFactory in org.ujmp.vecmath Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-