Interface BaseBigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>
All Known Subinterfaces:
BigIntegerMatrixMultiDFactory<T>, DenseBigIntegerMatrixFactory<T>, SparseBigIntegerMatrixFactory<T>

public interface BaseBigIntegerMatrixFactory<T extends BaseBigIntegerMatrix> extends BaseNumberMatrixFactory<T>