Template Function Sophus::squaredNorm
Defined in File types.hpp
Function Documentation
-
template<class T>
auto Sophus::squaredNorm(T const &p) -> decltype(details::SquaredNorm<T>::impl(p)) Returns the squared 2-norm of
p, withpbeing a vector or a scalar.