Uses of Interface
org.ujmp.core.bigdecimalmatrix.factory.BaseBigDecimalMatrixFactory
-
Packages that use BaseBigDecimalMatrixFactory Package Description org.ujmp.core.bigdecimalmatrix.factory -
-
Uses of BaseBigDecimalMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of BaseBigDecimalMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory Modifier and Type Interface Description interface
BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>
interface
BigDecimalMatrixMultiDFactory<T extends BigDecimalMatrixMultiD>
interface
DenseBigDecimalMatrixFactory<T extends DenseBigDecimalMatrix>
interface
SparseBigDecimalMatrixFactory<T extends SparseBigDecimalMatrix>
Classes in org.ujmp.core.bigdecimalmatrix.factory that implement BaseBigDecimalMatrixFactory Modifier and Type Class Description class
AbstractBigDecimalMatrix2DFactory
class
DefaultBigDecimalMatrix2DFactory
-