Uses of Interface
org.ujmp.core.doublematrix.SparseDoubleMatrix2D
-
-
Uses of SparseDoubleMatrix2D in org.ujmp.colt
Classes in org.ujmp.colt that implement SparseDoubleMatrix2D Modifier and Type Class Description class
ColtDenseDoubleMatrix2D
class
ColtSparseDoubleMatrix2D
-
Uses of SparseDoubleMatrix2D in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement SparseDoubleMatrix2D Modifier and Type Class Description class
AbstractCommonsMathDenseDoubleMatrix2D
class
CommonsMathArrayDenseDoubleMatrix2D
class
CommonsMathBlockDenseDoubleMatrix2D
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.doublematrix
Subinterfaces of SparseDoubleMatrix2D in org.ujmp.core.doublematrix Modifier and Type Interface Description interface
DoubleMatrix
Fields in org.ujmp.core.doublematrix with type parameters of type SparseDoubleMatrix2D Modifier and Type Field Description static SparseDoubleMatrix2DFactory<? extends SparseDoubleMatrix2D>
SparseDoubleMatrix2D. Factory
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.doublematrix.factory
Classes in org.ujmp.core.doublematrix.factory with type parameters of type SparseDoubleMatrix2D Modifier and Type Class Description class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
Methods in org.ujmp.core.doublematrix.factory that return SparseDoubleMatrix2D Modifier and Type Method Description SparseDoubleMatrix2D
DefaultSparseDoubleMatrix2DFactory. zeros(long rows, long cols)
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement SparseDoubleMatrix2D 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 SparseDoubleMatrix2D in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement SparseDoubleMatrix2D Modifier and Type Class Description class
AbstractDenseDoubleMatrix2D
class
AbstractDenseDoubleMatrixMultiD
class
AbstractDoubleMatrix
class
AbstractDoubleMatrix2D
class
AbstractDoubleMatrixMultiD
class
AbstractSparseDoubleMatrix
class
AbstractSparseDoubleMatrix2D
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement SparseDoubleMatrix2D Modifier and Type Class Description class
TimeSeriesMatrix
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.treematrix
Subinterfaces of SparseDoubleMatrix2D in org.ujmp.core.treematrix Modifier and Type Interface Description interface
TreeMatrix<T>
Classes in org.ujmp.core.treematrix that implement SparseDoubleMatrix2D Modifier and Type Class Description class
AbstractTreeMatrix<T>
class
DefaultTreeMatrix<T>
class
ObjectTreeMatrix
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.util
Classes in org.ujmp.core.util that implement SparseDoubleMatrix2D Modifier and Type Class Description class
DefaultSparseDoubleVector1D
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement SparseDoubleMatrix2D Modifier and Type Class Description class
ClientMatrix
-
Uses of SparseDoubleMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement SparseDoubleMatrix2D Modifier and Type Class Description class
MandelbrotMatrix
-
Uses of SparseDoubleMatrix2D in org.ujmp.jama
Classes in org.ujmp.jama that implement SparseDoubleMatrix2D Modifier and Type Class Description class
JamaDenseDoubleMatrix2D
-
Uses of SparseDoubleMatrix2D in org.ujmp.jblas
Classes in org.ujmp.jblas that implement SparseDoubleMatrix2D Modifier and Type Class Description class
JBlasDenseDoubleMatrix2D
-
Uses of SparseDoubleMatrix2D in org.ujmp.la4j
Classes in org.ujmp.la4j that implement SparseDoubleMatrix2D Modifier and Type Class Description class
La4JDenseDoubleMatrix2D
-
Uses of SparseDoubleMatrix2D in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement SparseDoubleMatrix2D Modifier and Type Class Description class
VecMathDenseDoubleMatrix2D
-