Interface SparseBigIntegerMatrixFactory<T extends SparseBigIntegerMatrix>

All Superinterfaces:
BaseBigIntegerMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, SparseGenericMatrixFactory<T>, SparseMatrixFactory<T>

public interface SparseBigIntegerMatrixFactory<T extends SparseBigIntegerMatrix> extends SparseGenericMatrixFactory<T>, BaseBigIntegerMatrixFactory<T>