Euclidean length of a vector. More...
#include "cl_Vector.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| auto | belfem::norm (const Vector< T > &aA) -> decltype(norm(aA.vector_data())) |
| Euclidean (L2) norm of a vector. | |
Euclidean length of a vector.