Gromacs
2024.3
|
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. | |