Uses of Interface
org.ujmp.core.numbermatrix.BaseNumberMatrix
-
-
Uses of BaseNumberMatrix in org.ujmp.colt
Classes in org.ujmp.colt that implement BaseNumberMatrix Modifier and Type Class Description class
ColtDenseDoubleMatrix2D
class
ColtSparseDoubleMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement BaseNumberMatrix Modifier and Type Class Description class
AbstractCommonsMathDenseDoubleMatrix2D
class
CommonsMathArrayDenseDoubleMatrix2D
class
CommonsMathBlockDenseDoubleMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of BaseNumberMatrix in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BaseBigDecimalMatrix
interface
BigDecimalMatrix
interface
BigDecimalMatrix2D
interface
BigDecimalMatrixMultiD
interface
DenseBigDecimalMatrix
interface
DenseBigDecimalMatrix2D
interface
DenseBigDecimalMatrixMultiD
interface
SparseBigDecimalMatrix
interface
SparseBigDecimalMatrix2D
interface
SparseBigDecimalMatrixMultiD
-
Uses of BaseNumberMatrix in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement BaseNumberMatrix Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
class
DefaultSparseBigDecimalMatrix
-
Uses of BaseNumberMatrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement BaseNumberMatrix Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.core.bigintegermatrix
Subinterfaces of BaseNumberMatrix in org.ujmp.core.bigintegermatrix Modifier and Type Interface Description interface
BaseBigIntegerMatrix
interface
BigIntegerMatrix
interface
BigIntegerMatrix2D
interface
BigIntegerMatrixMultiD
interface
DenseBigIntegerMatrix
interface
DenseBigIntegerMatrix2D
interface
SparseBigIntegerMatrix
interface
SparseBigIntegerMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement BaseNumberMatrix Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
BigIntegerCalculationMatrix
class
DefaultDenseBigIntegerMatrix2D
class
DefaultSparseBigIntegerMatrix
-
Uses of BaseNumberMatrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement BaseNumberMatrix Modifier and Type Class Description class
AbstractBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix
class
AbstractSparseBigIntegerMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.core.doublematrix
Subinterfaces of BaseNumberMatrix in org.ujmp.core.doublematrix Modifier and Type Interface Description interface
BaseDoubleMatrix
interface
DenseDoubleMatrix
interface
DenseDoubleMatrix2D
interface
DenseDoubleMatrixMultiD
interface
DoubleMatrix
interface
DoubleMatrix2D
interface
DoubleMatrixMultiD
interface
SparseDoubleMatrix
interface
SparseDoubleMatrix2D
interface
SparseDoubleMatrixMultiD
-
Uses of BaseNumberMatrix in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement BaseNumberMatrix Modifier and Type Class Description class
ArrayDenseDoubleMatrix2D
class
BlockDenseDoubleMatrix2D
A dense 2D matrix with square block layout.class
DefaultDenseDoubleMatrix2D
class
DefaultDenseDoubleMatrixMultiD
class
DefaultSparseDoubleMatrix
class
DefaultSparseRowDoubleMatrix2D
class
DenseFileMatrix
class
DoubleCalculationMatrix
class
IndexedSparseDoubleMatrix2D
class
MortonDenseDoubleMartrix2D
class
SparseFeatureVector
class
WaveMatrix
-
Uses of BaseNumberMatrix in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement BaseNumberMatrix Modifier and Type Class Description class
AbstractDenseDoubleMatrix2D
class
AbstractDenseDoubleMatrixMultiD
class
AbstractDoubleMatrix
class
AbstractDoubleMatrix2D
class
AbstractDoubleMatrixMultiD
class
AbstractSparseDoubleMatrix
class
AbstractSparseDoubleMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.core.numbermatrix
Subinterfaces of BaseNumberMatrix in org.ujmp.core.numbermatrix Modifier and Type Interface Description interface
DenseNumberMatrix<T extends java.lang.Number>
interface
DenseNumberMatrix2D<T extends java.lang.Number>
interface
DenseNumberMatrixMultiD<T extends java.lang.Number>
interface
NumberMatrix<T extends java.lang.Number>
interface
NumberMatrix2D<T extends java.lang.Number>
interface
NumberMatrixMultiD<T extends java.lang.Number>
interface
SparseNumberMatrix<T extends java.lang.Number>
interface
SparseNumberMatrix2D<T extends java.lang.Number>
interface
SparseNumberMatrixMultiD<T extends java.lang.Number>
-
Uses of BaseNumberMatrix in org.ujmp.core.numbermatrix.factory
Classes in org.ujmp.core.numbermatrix.factory with type parameters of type BaseNumberMatrix Modifier and Type Interface Description interface
BaseNumberMatrixFactory<T extends BaseNumberMatrix<?>>
-
Uses of BaseNumberMatrix in org.ujmp.core.shortmatrix
Subinterfaces of BaseNumberMatrix in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix
interface
DenseShortMatrix2D
interface
ShortMatrix
interface
ShortMatrix2D
interface
SparseShortMatrix
interface
SparseShortMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement BaseNumberMatrix Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
class
DefaultSparseShortMatrix
class
ShortCalculationMatrix
-
Uses of BaseNumberMatrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement BaseNumberMatrix Modifier and Type Class Description class
AbstractDenseShortMatrix
class
AbstractDenseShortMatrix2D
class
AbstractShortMatrix
class
AbstractSparseShortMatrix
class
AbstractSparseShortMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement BaseNumberMatrix Modifier and Type Class Description class
TimeSeriesMatrix
-
Uses of BaseNumberMatrix in org.ujmp.core.treematrix
Subinterfaces of BaseNumberMatrix in org.ujmp.core.treematrix Modifier and Type Interface Description interface
TreeMatrix<T>
Classes in org.ujmp.core.treematrix that implement BaseNumberMatrix Modifier and Type Class Description class
AbstractTreeMatrix<T>
class
DefaultTreeMatrix<T>
class
ObjectTreeMatrix
-
Uses of BaseNumberMatrix in org.ujmp.core.util
Classes in org.ujmp.core.util that implement BaseNumberMatrix Modifier and Type Class Description class
DefaultSparseDoubleVector1D
-
Uses of BaseNumberMatrix in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement BaseNumberMatrix Modifier and Type Class Description class
ClientMatrix
-
Uses of BaseNumberMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement BaseNumberMatrix Modifier and Type Class Description class
MandelbrotMatrix
-
Uses of BaseNumberMatrix in org.ujmp.jama
Classes in org.ujmp.jama that implement BaseNumberMatrix Modifier and Type Class Description class
JamaDenseDoubleMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.jblas
Classes in org.ujmp.jblas that implement BaseNumberMatrix Modifier and Type Class Description class
JBlasDenseDoubleMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.la4j
Classes in org.ujmp.la4j that implement BaseNumberMatrix Modifier and Type Class Description class
La4JDenseDoubleMatrix2D
-
Uses of BaseNumberMatrix in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement BaseNumberMatrix Modifier and Type Class Description class
VecMathDenseDoubleMatrix2D
-