Uses of Interface
org.ujmp.core.doublematrix.factory.BaseDoubleMatrixFactory
-
Packages that use BaseDoubleMatrixFactory Package Description org.ujmp.colt org.ujmp.commonsmath org.ujmp.core.doublematrix.factory org.ujmp.jama org.ujmp.jblas org.ujmp.la4j org.ujmp.vecmath -
-
Uses of BaseDoubleMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement BaseDoubleMatrixFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
class
ColtSparseDoubleMatrix2DFactory
-
Uses of BaseDoubleMatrixFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement BaseDoubleMatrixFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of BaseDoubleMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of BaseDoubleMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
interface
DenseDoubleMatrixFactory<T extends DenseDoubleMatrix>
interface
DenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
interface
DoubleMatrix2DFactory<T extends DoubleMatrix2D>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
interface
DoubleMatrixMultiDFactory<T extends DoubleMatrixMultiD>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
interface
SparseDoubleMatrixFactory<T extends SparseDoubleMatrix>
interface
SparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
Classes in org.ujmp.core.doublematrix.factory that implement BaseDoubleMatrixFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
AbstractDenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
AbstractSparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
class
DefaultDenseDoubleMatrix2DFactory
class
DefaultDenseDoubleMatrixMultiDFactory
class
DefaultSparseDoubleMatrix2DFactory
-
Uses of BaseDoubleMatrixFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement BaseDoubleMatrixFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of BaseDoubleMatrixFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement BaseDoubleMatrixFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of BaseDoubleMatrixFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement BaseDoubleMatrixFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of BaseDoubleMatrixFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement BaseDoubleMatrixFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-