Interface BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>

All Superinterfaces:
BaseBigDecimalMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, GenericMatrix2DFactory<T>, Matrix2DFactory<T>, NumberMatrix2DFactory<T>
All Known Implementing Classes:
AbstractBigDecimalMatrix2DFactory, DefaultBigDecimalMatrix2DFactory

public interface BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D> extends NumberMatrix2DFactory<T>, BaseBigDecimalMatrixFactory<T>