Boost LA

matrix_traits<Matrix>::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 matrix_traits template. It returns mutable reference to the element at row r and column c of m.