#include <univariate_bounds.hpp>
Definition at line 148 of file univariate_bounds.hpp.
abs_max | ( | ) | [inline] |
Definition at line 150 of file univariate_bounds.hpp.
00150 : max(T(-1)) {}
void operator() | ( | const T & | x | ) | [inline] |
Definition at line 151 of file univariate_bounds.hpp.
References mmx::abs(), and abs_max< T >::max.
T max |
Definition at line 157 of file univariate_bounds.hpp.
Referenced by abs_max< T >::operator()(), and Cauchy< C >::upper_bound().