Uses of Interface
org.ujmp.core.genericmatrix.factory.BaseGenericMatrixFactory
-
-
Uses of BaseGenericMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement BaseGenericMatrixFactory Modifier and Type Class Description class
ColtDenseDoubleMatrix2DFactory
class
ColtSparseDoubleMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement BaseGenericMatrixFactory Modifier and Type Class Description class
CommonsMathArrayDenseDoubleMatrix2DFactory
class
CommonsMathBlockDenseDoubleMatrix2DFactory
class
CommonsMathDenseDoubleMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of BaseGenericMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory Modifier and Type Interface Description interface
BaseBigDecimalMatrixFactory<T extends BaseBigDecimalMatrix>
interface
BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>
interface
BigDecimalMatrixMultiDFactory<T extends BigDecimalMatrixMultiD>
interface
DenseBigDecimalMatrixFactory<T extends DenseBigDecimalMatrix>
interface
SparseBigDecimalMatrixFactory<T extends SparseBigDecimalMatrix>
Classes in org.ujmp.core.bigdecimalmatrix.factory that implement BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractBigDecimalMatrix2DFactory
class
DefaultBigDecimalMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.bigintegermatrix.factory
Subinterfaces of BaseGenericMatrixFactory in org.ujmp.core.bigintegermatrix.factory Modifier and Type Interface Description interface
BaseBigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>
interface
BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D>
interface
BigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>
interface
BigIntegerMatrixMultiDFactory<T extends BigIntegerMatrixMultiD>
interface
DenseBigIntegerMatrixFactory<T extends DenseBigIntegerMatrix>
interface
SparseBigIntegerMatrixFactory<T extends SparseBigIntegerMatrix>
Classes in org.ujmp.core.bigintegermatrix.factory that implement BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractBigIntegerMatrix2DFactory
class
DefaultBigIntegerMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.booleanmatrix.factory
Subinterfaces of BaseGenericMatrixFactory in org.ujmp.core.booleanmatrix.factory Modifier and Type Interface Description interface
BaseBooleanMatrixFactory<T extends BaseBooleanMatrix>
interface
BooleanMatrix2DFactory<T extends BooleanMatrix2D>
interface
BooleanMatrixFactory<T extends BooleanMatrix>
interface
DenseBooleanMatrixFactory<T extends DenseBooleanMatrix>
interface
SparseBooleanMatrixFactory<T extends SparseBooleanMatrix>
Classes in org.ujmp.core.booleanmatrix.factory that implement BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractBooleanMatrix2DFactory
class
DefaultBooleanMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.bytearraymatrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory in org.ujmp.core.bytematrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractByteMatrix2DFactory
class
DefaultByteMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.charmatrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractCharMatrix2DFactory
class
DefaultCharMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of BaseGenericMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
BaseDoubleMatrixFactory<T extends BaseDoubleMatrix>
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 BaseGenericMatrixFactory 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 BaseGenericMatrixFactory in org.ujmp.core.floatmatrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractFloatMatrix2DFactory
class
DefaultFloatMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.genericmatrix.factory
Subinterfaces of BaseGenericMatrixFactory in org.ujmp.core.genericmatrix.factory Modifier and Type Interface Description interface
DenseGenericMatrix2DFactory<T extends DenseGenericMatrix2D<?>>
interface
DenseGenericMatrixFactory<T extends DenseGenericMatrix<?>>
interface
DenseGenericMatrixMultiDFactory<T extends DenseGenericMatrixMultiD<?>>
interface
GenericMatrix2DFactory<T extends GenericMatrix2D<?>>
interface
GenericMatrixFactory<T extends GenericMatrix<?>>
interface
GenericMatrixMultiDFactory<T extends GenericMatrixMultiD<?>>
interface
SparseGenericMatrix2DFactory<T extends SparseGenericMatrix2D<?>>
interface
SparseGenericMatrixFactory<T extends SparseGenericMatrix<?>>
interface
SparseGenericMatrixMultiDFactory<T extends SparseGenericMatrixMultiD<?>>
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.intmatrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractIntMatrix2DFactory
class
DefaultIntMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.longmatrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory 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 BaseGenericMatrixFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of BaseGenericMatrixFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
BaseNumberMatrixFactory<T extends BaseNumberMatrix<?>>
interface
DenseNumberMatrix2DFactory<T extends DenseNumberMatrix2D<?>>
interface
DenseNumberMatrixFactory<T extends DenseNumberMatrix<?>>
interface
DenseNumberMatrixMultiDFactory<T extends DenseNumberMatrixMultiD<?>>
interface
NumberMatrix2DFactory<T extends NumberMatrix2D<?>>
interface
NumberMatrixFactory<T extends NumberMatrix<?>>
interface
NumberMatrixMultiDFactory<T extends NumberMatrixMultiD<?>>
interface
SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>>
interface
SparseNumberMatrixFactory<T extends SparseNumberMatrix<?>>
interface
SparseNumberMatrixMultiDFactory<T extends SparseNumberMatrixMultiD<?>>
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.objectmatrix.factory
Subinterfaces of BaseGenericMatrixFactory in org.ujmp.core.objectmatrix.factory Modifier and Type Interface Description interface
BaseObjectMatrixFactory<T extends BaseObjectMatrix>
interface
DenseObjectMatrix2DFactory<T extends DenseObjectMatrix2D>
interface
DenseObjectMatrixFactory<T extends DenseObjectMatrix>
interface
DenseObjectMatrixMultiDFactory<T extends DenseObjectMatrixMultiD>
interface
ObjectMatrix2DFactory<T extends ObjectMatrix2D>
interface
ObjectMatrixFactory<T extends ObjectMatrix>
interface
ObjectMatrixMultiDFactory<T extends ObjectMatrixMultiD>
interface
SparseObjectMatrix2DFactory<T extends SparseObjectMatrix2D>
interface
SparseObjectMatrixFactory<T extends SparseObjectMatrix>
interface
SparseObjectMatrixMultiDFactory<T extends SparseObjectMatrixMultiD>
Classes in org.ujmp.core.objectmatrix.factory that implement BaseGenericMatrixFactory Modifier and Type Class Description class
DefaultDenseObjectMatrix2DFactory
class
DefaultDenseObjectMatrixFactory
class
DefaultSparseObjectMatrix2DFactory
class
DefaultSparseObjectMatrixFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.shortmatrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractShortMatrix2DFactory
class
DefaultShortMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.core.stringmatrix.factory
Subinterfaces of BaseGenericMatrixFactory 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 BaseGenericMatrixFactory Modifier and Type Class Description class
AbstractDenseStringMatrix2DFactory<T extends DenseStringMatrix2D>
class
AbstractStringMatrix2DFactory
class
DefaultDenseStringMatrix2DFactory
class
DefaultStringMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.jama
Classes in org.ujmp.jama that implement BaseGenericMatrixFactory Modifier and Type Class Description class
JamaDenseDoubleMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.jblas
Classes in org.ujmp.jblas that implement BaseGenericMatrixFactory Modifier and Type Class Description class
JBlasDenseDoubleMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.la4j
Classes in org.ujmp.la4j that implement BaseGenericMatrixFactory Modifier and Type Class Description class
La4JDenseDoubleMatrix2DFactory
-
Uses of BaseGenericMatrixFactory in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement BaseGenericMatrixFactory Modifier and Type Class Description class
VecMathDenseDoubleMatrix2DFactory
-