Prev Next norm_squared Headings

@(@\newcommand{\B}[1]{{\bf #1}} \newcommand{\R}[1]{{\rm #1}}@)@
Norm Squared of a Vector
The file utility.hpp includes the following function:

template <class Scalar> Scalar
norm_squared(const VECTOR(Scalar)& v)
{    return v.squaredNorm(); }

Input File: src/utility.hpp