Interface DenseBooleanMatrixFactory<T extends DenseBooleanMatrix>

All Superinterfaces:
BaseBooleanMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, DenseGenericMatrixFactory<T>, DenseMatrixFactory<T>

public interface DenseBooleanMatrixFactory<T extends DenseBooleanMatrix> extends DenseGenericMatrixFactory<T>, BaseBooleanMatrixFactory<T>