BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_norm.hpp File Reference

Euclidean length of a vector. More...

#include "cl_Vector.hpp"
Include dependency graph for fn_norm.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.

Detailed Description

Euclidean length of a vector.