Interface CharMatrix2DFactory<T extends CharMatrix2D>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, CharMatrixFactory<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 Implementing Classes:
AbstractCharMatrix2DFactory, DefaultCharMatrix2DFactory

public interface CharMatrix2DFactory<T extends CharMatrix2D> extends GenericMatrix2DFactory<T>, CharMatrixFactory<T>