Interface IntMatrixFactory<T extends IntMatrix>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseGenericMatrixMultiDFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, DenseMatrixMultiDFactory<T>, GenericMatrix2DFactory<T>, GenericMatrixFactory<T>, GenericMatrixMultiDFactory<T>, Matrix2DFactory<T>, MatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, SparseMatrixMultiDFactory<T>
All Known Subinterfaces:
DenseIntMatrixFactory<T>, IntMatrix2DFactory<T>, SparseIntMatrixFactory<T>
All Known Implementing Classes:
AbstractIntMatrix2DFactory, DefaultIntMatrix2DFactory

public interface IntMatrixFactory<T extends IntMatrix> extends GenericMatrixFactory<T>