Go to the source code of this file.
|
template<class Vec > |
auto | project (const Vec &v, const Box &box) |
| Project a vector onto a box. More...
|
|
template<class Vec > |
auto | projecting_difference (const Vec &v, const Box &box) |
| Get the difference between the given vector and its projection. More...
|
|
real_t | dist_squared (crvec v, const Box &box) |
| Get the distance squared between the given vector and its projection. More...
|
|
real_t | dist_squared (crvec v, const Box &box, crvec Σ) |
| Get the distance squared between the given vector and its projection in the Σ norm. More...
|
|
◆ alpaqa::Box
Class Members |
vec |
upperbound |
|
vec |
lowerbound |
|