File matrix_dense.hpp

Typedefs

template<typename Matrix>
using DenseMatrixDecorator = IterableDenseMatrixDecorator<MatrixDecorator<Matrix>>

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

Template Parameters:

Matrix – The type of the matrix