|
PANOC-ALM
quadratic-penalty
Nonconvex constrained optimization
|
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... | |
| auto pa::vec_util::norm_squared_weighted | ( | V && | v, |
| M && | Σ | ||
| ) |