Uses of Interface
org.ujmp.core.numbermatrix.NumberMatrix2D
-
-
Uses of NumberMatrix2D in org.ujmp.colt
Classes in org.ujmp.colt that implement NumberMatrix2D Modifier and Type Class Description class
ColtDenseDoubleMatrix2D
class
ColtSparseDoubleMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement NumberMatrix2D Modifier and Type Class Description class
AbstractCommonsMathDenseDoubleMatrix2D
class
CommonsMathArrayDenseDoubleMatrix2D
class
CommonsMathBlockDenseDoubleMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.bigdecimalmatrix
Subinterfaces of NumberMatrix2D in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BigDecimalMatrix
interface
BigDecimalMatrix2D
interface
DenseBigDecimalMatrix2D
interface
SparseBigDecimalMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement NumberMatrix2D Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement NumberMatrix2D Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.bigintegermatrix
Subinterfaces of NumberMatrix2D in org.ujmp.core.bigintegermatrix Modifier and Type Interface Description interface
BigIntegerMatrix
interface
BigIntegerMatrix2D
interface
DenseBigIntegerMatrix2D
interface
SparseBigIntegerMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement NumberMatrix2D Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
BigIntegerCalculationMatrix
class
DefaultDenseBigIntegerMatrix2D
class
DefaultSparseBigIntegerMatrix
-
Uses of NumberMatrix2D in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement NumberMatrix2D Modifier and Type Class Description class
AbstractBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix
class
AbstractSparseBigIntegerMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.doublematrix
Subinterfaces of NumberMatrix2D in org.ujmp.core.doublematrix Modifier and Type Interface Description interface
DenseDoubleMatrix2D
interface
DoubleMatrix
interface
DoubleMatrix2D
interface
SparseDoubleMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement NumberMatrix2D 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 NumberMatrix2D in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement NumberMatrix2D Modifier and Type Class Description class
AbstractDenseDoubleMatrix2D
class
AbstractDenseDoubleMatrixMultiD
class
AbstractDoubleMatrix
class
AbstractDoubleMatrix2D
class
AbstractDoubleMatrixMultiD
class
AbstractSparseDoubleMatrix
class
AbstractSparseDoubleMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.numbermatrix
Subinterfaces of NumberMatrix2D in org.ujmp.core.numbermatrix Modifier and Type Interface Description interface
DenseNumberMatrix2D<T extends java.lang.Number>
interface
NumberMatrix<T extends java.lang.Number>
interface
SparseNumberMatrix2D<T extends java.lang.Number>
-
Uses of NumberMatrix2D in org.ujmp.core.numbermatrix.factory
Classes in org.ujmp.core.numbermatrix.factory with type parameters of type NumberMatrix2D Modifier and Type Interface Description interface
NumberMatrix2DFactory<T extends NumberMatrix2D<?>>
-
Uses of NumberMatrix2D in org.ujmp.core.shortmatrix
Subinterfaces of NumberMatrix2D in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix
interface
DenseShortMatrix2D
interface
ShortMatrix
interface
ShortMatrix2D
interface
SparseShortMatrix
interface
SparseShortMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement NumberMatrix2D Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
class
DefaultSparseShortMatrix
class
ShortCalculationMatrix
-
Uses of NumberMatrix2D in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement NumberMatrix2D Modifier and Type Class Description class
AbstractDenseShortMatrix
class
AbstractDenseShortMatrix2D
class
AbstractShortMatrix
class
AbstractSparseShortMatrix
class
AbstractSparseShortMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement NumberMatrix2D Modifier and Type Class Description class
TimeSeriesMatrix
-
Uses of NumberMatrix2D in org.ujmp.core.treematrix
Subinterfaces of NumberMatrix2D in org.ujmp.core.treematrix Modifier and Type Interface Description interface
TreeMatrix<T>
Classes in org.ujmp.core.treematrix that implement NumberMatrix2D Modifier and Type Class Description class
AbstractTreeMatrix<T>
class
DefaultTreeMatrix<T>
class
ObjectTreeMatrix
-
Uses of NumberMatrix2D in org.ujmp.core.util
Classes in org.ujmp.core.util that implement NumberMatrix2D Modifier and Type Class Description class
DefaultSparseDoubleVector1D
-
Uses of NumberMatrix2D in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement NumberMatrix2D Modifier and Type Class Description class
ClientMatrix
-
Uses of NumberMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement NumberMatrix2D Modifier and Type Class Description class
MandelbrotMatrix
-
Uses of NumberMatrix2D in org.ujmp.jama
Classes in org.ujmp.jama that implement NumberMatrix2D Modifier and Type Class Description class
JamaDenseDoubleMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.jblas
Classes in org.ujmp.jblas that implement NumberMatrix2D Modifier and Type Class Description class
JBlasDenseDoubleMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.la4j
Classes in org.ujmp.la4j that implement NumberMatrix2D Modifier and Type Class Description class
La4JDenseDoubleMatrix2D
-
Uses of NumberMatrix2D in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement NumberMatrix2D Modifier and Type Class Description class
VecMathDenseDoubleMatrix2D
-