Interface BigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>
All Known Subinterfaces:
BigIntegerMatrix2DFactory<T>
All Known Implementing Classes:
AbstractBigIntegerMatrix2DFactory, DefaultBigIntegerMatrix2DFactory

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