#include <cmath>

Go to the source code of this file.
| Classes | |
| class | ecl::EuclideanNorm | 
| Functor for euclidean norms. | |
| Namespaces | |
| ecl | |
| Functions | |
| T | ecl::euclidean_norm (const T &x1, const T &x2) | 
| Function for euclidean norms of dimension 2.  More... | |
| T | ecl::euclidean_norm (const T &x1, const T &x2, const T &x3) | 
| Function for euclidean norms of dimension 3.  More... | |