Uses of Interface
org.ujmp.core.bigdecimalmatrix.BaseBigDecimalMatrix
-
-
Uses of BaseBigDecimalMatrix in org.ujmp.core
Methods in org.ujmp.core that return BaseBigDecimalMatrix Modifier and Type Method Description BaseBigDecimalMatrix
AbstractMatrix. toBigDecimalMatrix()
-
Uses of BaseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of BaseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BigDecimalMatrix
interface
BigDecimalMatrix2D
interface
BigDecimalMatrixMultiD
interface
DenseBigDecimalMatrix
interface
DenseBigDecimalMatrix2D
interface
DenseBigDecimalMatrixMultiD
interface
SparseBigDecimalMatrix
interface
SparseBigDecimalMatrix2D
interface
SparseBigDecimalMatrixMultiD
-
Uses of BaseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix.calculation
Methods in org.ujmp.core.bigdecimalmatrix.calculation that return BaseBigDecimalMatrix Modifier and Type Method Description BaseBigDecimalMatrix
AbstractBigDecimalCalculation. calcLink()
BaseBigDecimalMatrix
AbstractBigDecimalCalculation. calcNew()
-
Uses of BaseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix.factory
Classes in org.ujmp.core.bigdecimalmatrix.factory with type parameters of type BaseBigDecimalMatrix Modifier and Type Interface Description interface
BaseBigDecimalMatrixFactory<T extends BaseBigDecimalMatrix>
-
Uses of BaseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement BaseBigDecimalMatrix Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
class
DefaultSparseBigDecimalMatrix
-
Uses of BaseBigDecimalMatrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement BaseBigDecimalMatrix Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-
Uses of BaseBigDecimalMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return BaseBigDecimalMatrix Modifier and Type Method Description BaseBigDecimalMatrix
Conversions. toBigDecimalMatrix()
-