Boost QVM

col_m

#include <boost/qvm/map_vm.hpp>

namespace boost
{
    namespace qvm
    {
        //Only enabled if: is_v<A>::value
        template <iclass A>
        -unspecified-return-type- col_m( A & a );
    }
}

The expression col_m(v) returns a view proxy that accesses the vector v as a column matrix.