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