#include <boost/qvm/v.hpp>
namespace boost
{
namespace qvm
{
//Only enabled if:
// is_v<A>::value
template <class A>
typename v_traits<A>::scalar_type
mag( A const & a );
}
}
The magnitude of the vector a.