Boost QVM

delc

#include <boost/qvm/map_mm.hpp>

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

The expression delc<C>(m) returns a view proxy that looks like the matrix m with column C removed.