Gromacs
2026.0-dev-20250513-d7b6e03
|
Functions | |
template<typename Container > | |
bool | anySmallerZero (const Container &values) |
Returns true if any of the argument values is smaller than zero. | |
template<typename Container > | |
bool | anyLargerThanValue (const Container &values, typename Container::value_type boundaryValue) |
Returns true if any of the argument values is larger than a given boundary value. | |