Interface BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, BigIntegerMatrixFactory<T>, GenericMatrix2DFactory<T>, Matrix2DFactory<T>
All Known Implementing Classes:
AbstractBigIntegerMatrix2DFactory, DefaultBigIntegerMatrix2DFactory

public interface BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D> extends GenericMatrix2DFactory<T>, BigIntegerMatrixFactory<T>