Uses of Interface
org.ujmp.core.bigdecimalmatrix.BigDecimalMatrix2D
-
Packages that use BigDecimalMatrix2D Package Description org.ujmp.core.bigdecimalmatrix org.ujmp.core.bigdecimalmatrix.factory org.ujmp.core.bigdecimalmatrix.impl org.ujmp.core.bigdecimalmatrix.stub -
-
Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix
Subinterfaces of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BigDecimalMatrix
interface
DenseBigDecimalMatrix2D
interface
SparseBigDecimalMatrix2D
-
Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix.factory
Classes in org.ujmp.core.bigdecimalmatrix.factory with type parameters of type BigDecimalMatrix2D Modifier and Type Interface Description interface
BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>
Methods in org.ujmp.core.bigdecimalmatrix.factory that return BigDecimalMatrix2D Modifier and Type Method Description BigDecimalMatrix2D
DefaultBigDecimalMatrix2DFactory. zeros(long... size)
BigDecimalMatrix2D
DefaultBigDecimalMatrix2DFactory. zeros(long rows, long columns)
-
Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement BigDecimalMatrix2D Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
-
Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement BigDecimalMatrix2D Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-