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