|
blitz Version 1.0.2
|
Functions | |
| template<typename T1, typename T2> | |
| BZ_PROMOTE (T1, T2)(min)(const T1 &a | |
| if (a<=b) return T_promote(a) | |
| else return | T_promote (b) |
| if (a >=b) return T_promote(a) | |
Variables | |
| const T2 & | b |
| blitz::extrema::BZ_PROMOTE | ( | T1 | , |
| T2 | ) const & |
| const T2 & blitz::extrema::b |
Referenced by if(), if(), and T_promote().