Uses of Interface
org.ujmp.core.matrix.factory.Matrix2DFactory
-
-
Uses of Matrix2DFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement Matrix2DFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
class
ColtSparseDoubleMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement Matrix2DFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.bigdecimalmatrix.factory Modifier and Type Interface Description interface
BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>
Classes in org.ujmp.core.bigdecimalmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractBigDecimalMatrix2DFactory
class
DefaultBigDecimalMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.bigintegermatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.bigintegermatrix.factory Modifier and Type Interface Description interface
BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D>
Classes in org.ujmp.core.bigintegermatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractBigIntegerMatrix2DFactory
class
DefaultBigIntegerMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.booleanmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.booleanmatrix.factory Modifier and Type Interface Description interface
BooleanMatrix2DFactory<T extends BooleanMatrix2D>
interface
BooleanMatrixFactory<T extends BooleanMatrix>
Classes in org.ujmp.core.booleanmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractBooleanMatrix2DFactory
class
DefaultBooleanMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.bytearraymatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.bytearraymatrix.factory Modifier and Type Interface Description interface
ByteArrayMatrix2DFactory<T extends ByteArrayMatrix2D>
interface
ByteArrayMatrixFactory<T extends ByteArrayMatrix>
interface
DenseByteArrayMatrixFactory<T extends DenseByteArrayMatrix>
interface
SparseByteArrayMatrixFactory<T extends SparseByteArrayMatrix>
-
Uses of Matrix2DFactory in org.ujmp.core.bytematrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.bytematrix.factory Modifier and Type Interface Description interface
ByteMatrix2DFactory<T extends ByteMatrix2D>
interface
ByteMatrixFactory<T extends ByteMatrix>
interface
DenseByteMatrixFactory<T extends DenseByteMatrix>
interface
SparseByteMatrixFactory<T extends SparseByteMatrix>
Classes in org.ujmp.core.bytematrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractByteMatrix2DFactory
class
DefaultByteMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.charmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.charmatrix.factory Modifier and Type Interface Description interface
CharMatrix2DFactory<T extends CharMatrix2D>
interface
CharMatrixFactory<T extends CharMatrix>
interface
DenseCharMatrixFactory<T extends DenseCharMatrix>
interface
SparseCharMatrixFactory<T extends SparseCharMatrix>
Classes in org.ujmp.core.charmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractCharMatrix2DFactory
class
DefaultCharMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
interface
DoubleMatrix2DFactory<T extends DoubleMatrix2D>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
Classes in org.ujmp.core.doublematrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
DefaultDenseDoubleMatrix2DFactory
class
DefaultSparseDoubleMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.floatmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.floatmatrix.factory Modifier and Type Interface Description interface
DenseFloatMatrixFactory<T extends DenseFloatMatrix>
interface
FloatMatrix2DFactory<T extends FloatMatrix2D>
interface
FloatMatrixFactory<T extends FloatMatrix>
interface
SparseFloatMatrixFactory<T extends SparseFloatMatrix>
Classes in org.ujmp.core.floatmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractFloatMatrix2DFactory
class
DefaultFloatMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.genericmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.genericmatrix.factory Modifier and Type Interface Description interface
DenseGenericMatrix2DFactory<T extends DenseGenericMatrix2D<?>>
interface
GenericMatrix2DFactory<T extends GenericMatrix2D<?>>
interface
GenericMatrixFactory<T extends GenericMatrix<?>>
interface
SparseGenericMatrix2DFactory<T extends SparseGenericMatrix2D<?>>
-
Uses of Matrix2DFactory in org.ujmp.core.intmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.intmatrix.factory Modifier and Type Interface Description interface
DenseIntMatrixFactory<T extends DenseIntMatrix>
interface
IntMatrix2DFactory<T extends IntMatrix2D>
interface
IntMatrixFactory<T extends IntMatrix>
interface
SparseIntMatrixFactory<T extends SparseIntMatrix>
Classes in org.ujmp.core.intmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractIntMatrix2DFactory
class
DefaultIntMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.longmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.longmatrix.factory Modifier and Type Interface Description interface
DenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
interface
DenseLongMatrixFactory<T extends DenseLongMatrix>
interface
LongMatrix2DFactory<T extends LongMatrix2D>
interface
LongMatrixFactory<T extends LongMatrix>
interface
SparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
interface
SparseLongMatrixFactory<T extends SparseLongMatrix>
Classes in org.ujmp.core.longmatrix.factory that implement Matrix2DFactory 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 Matrix2DFactory in org.ujmp.core.matrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.matrix.factory Modifier and Type Interface Description interface
DenseMatrix2DFactory<T extends DenseMatrix2D>
interface
SparseMatrix2DFactory<T extends SparseMatrix2D>
-
Uses of Matrix2DFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
DenseNumberMatrix2DFactory<T extends DenseNumberMatrix2D<?>>
interface
NumberMatrix2DFactory<T extends NumberMatrix2D<?>>
interface
NumberMatrixFactory<T extends NumberMatrix<?>>
interface
SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>>
-
Uses of Matrix2DFactory in org.ujmp.core.objectmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.objectmatrix.factory Modifier and Type Interface Description interface
DenseObjectMatrix2DFactory<T extends DenseObjectMatrix2D>
interface
ObjectMatrix2DFactory<T extends ObjectMatrix2D>
interface
ObjectMatrixFactory<T extends ObjectMatrix>
interface
SparseObjectMatrix2DFactory<T extends SparseObjectMatrix2D>
Classes in org.ujmp.core.objectmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
DefaultDenseObjectMatrix2DFactory
class
DefaultSparseObjectMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.shortmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.shortmatrix.factory Modifier and Type Interface Description interface
DenseShortMatrixFactory<T extends DenseShortMatrix>
interface
ShortMatrix2DFactory<T extends ShortMatrix2D>
interface
ShortMatrixFactory<T extends ShortMatrix>
interface
SparseShortMatrixFactory<T extends SparseShortMatrix>
Classes in org.ujmp.core.shortmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractShortMatrix2DFactory
class
DefaultShortMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.core.stringmatrix.factory
Subinterfaces of Matrix2DFactory in org.ujmp.core.stringmatrix.factory Modifier and Type Interface Description interface
DenseStringMatrix2DFactory<T extends DenseStringMatrix2D>
interface
DenseStringMatrixFactory<T extends DenseStringMatrix>
interface
SparseStringMatrixFactory<T extends SparseStringMatrix>
interface
StringMatrix2DFactory<T extends StringMatrix2D>
interface
StringMatrixFactory<T extends StringMatrix>
Classes in org.ujmp.core.stringmatrix.factory that implement Matrix2DFactory Modifier and Type Class Description class
AbstractDenseStringMatrix2DFactory<T extends DenseStringMatrix2D>
class
AbstractStringMatrix2DFactory
class
DefaultDenseStringMatrix2DFactory
class
DefaultStringMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement Matrix2DFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement Matrix2DFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement Matrix2DFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of Matrix2DFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement Matrix2DFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-