blitz Version 1.0.2
|
#include <blitz/promote.h>
Go to the source code of this file.
Namespaces | |
namespace | blitz |
namespace | blitz::extrema |
Functions | |
template<typename T1, typename T2> | |
blitz::extrema::BZ_PROMOTE (T1, T2)(min)(const T1 &a | |
blitz::extrema::if (a<=b) return T_promote(a) | |
else return | blitz::extrema::T_promote (b) |
blitz::extrema::if (a >=b) return T_promote(a) | |
Variables | |
const T2 & | blitz::extrema::b |