#include <boost/qvm/map_mv.hpp>
namespace boost
{
namespace qvm
{
//*** Vector-to-matrix view proxies ***
//Only enabled if: is_v<A>::value
template <iclass A>
-unspecified-return-type- col_m( A & a );
//Only enabled if: is_v<A>::value
template <iclass A>
-unspecified-return-type- row_m( A & a );
//Only enabled if: is_v<A>::value
template <iclass A>
-unspecified-return-type- trans_m( A & a );
//Only enabled if: is_v<A>::value
template <iclass A>
-unspecified-return-type- diag_m( A & a );
}
}