template <int R,int C> static inline scalar_type & w( Matrix & m );
This function template 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.