Interface ByteMatrix2DFactory<T extends ByteMatrix2D>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, ByteMatrixFactory<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:
AbstractByteMatrix2DFactory, DefaultByteMatrix2DFactory

public interface ByteMatrix2DFactory<T extends ByteMatrix2D> extends GenericMatrix2DFactory<T>, ByteMatrixFactory<T>