File matrix_sparse_binary.hpp

Typedefs

template<typename Matrix>
using BinarySparseMatrixDecorator = IterableBinarySparseMatrixDecorator<MatrixDecorator<Matrix>>

Provides row-wise read and write access via iterators to the binary values stored in a sparse matrix.

Template Parameters:

Matrix – The type of the matrix