Interface BaseBigDecimalMatrixFactory<T extends BaseBigDecimalMatrix>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
- All Known Subinterfaces:
BigDecimalMatrix2DFactory<T>
,BigDecimalMatrixMultiDFactory<T>
,DenseBigDecimalMatrixFactory<T>
,SparseBigDecimalMatrixFactory<T>
- All Known Implementing Classes:
AbstractBigDecimalMatrix2DFactory
,DefaultBigDecimalMatrix2DFactory
public interface BaseBigDecimalMatrixFactory<T extends BaseBigDecimalMatrix> extends BaseNumberMatrixFactory<T>