Boost QVM

m_traits<M>::iw

static inline scalar_type & iw( int r, int c, Matrix & m );

This function is expected to be static member of user-defined specializations of the m_traits template. It returns mutable reference to the element at row r and column c of m.


See also: m_traits | mat