Functions | |
| template<class V , class M > | |
| auto | norm_squared_weighted (V &&v, M &&Σ) |
| Get the Σ norm squared of a given vector, with Σ a diagonal matrix. More... | |
| template<class Vec > | |
| real_t | norm_inf (const Vec &v) |
| Get the maximum or infinity-norm of the given vector. More... | |
| template<class Vec > | |
| real_t | norm_1 (const Vec &v) |
| Get the 1-norm of the given vector. More... | |
| auto pa::vec_util::norm_squared_weighted | ( | V && | v, |
| M && | Σ | ||
| ) |
| real_t pa::vec_util::norm_inf | ( | const Vec & | v | ) |