Boost QVM

m_traits<M>::ir

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

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


See also: m_traits | mat