Boost QVM

delrc

#include <boost/qvm/map_mm.hpp>

namespace boost
{
    namespace qvm
    {
        template <int R,int C>
        -unspecified-return-type- delrc();
    }
}

The expression delrc<R,C>(m) returns a view proxy that looks like the matrix m with row R and column C removed.