Uses of Interface
org.ujmp.core.bigdecimalmatrix.SparseBigDecimalMatrix
-
Packages that use SparseBigDecimalMatrix Package Description org.ujmp.core.bigdecimalmatrix org.ujmp.core.bigdecimalmatrix.factory org.ujmp.core.bigdecimalmatrix.impl org.ujmp.core.bigdecimalmatrix.stub -
-
Uses of SparseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of SparseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BigDecimalMatrix
interface
SparseBigDecimalMatrix2D
interface
SparseBigDecimalMatrixMultiD
-
Uses of SparseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix.factory
Classes in org.ujmp.core.bigdecimalmatrix.factory with type parameters of type SparseBigDecimalMatrix Modifier and Type Interface Description interface
SparseBigDecimalMatrixFactory<T extends SparseBigDecimalMatrix>
-
Uses of SparseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement SparseBigDecimalMatrix Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
-
Uses of SparseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement SparseBigDecimalMatrix Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-