![]() |
The Machine Perception Toolbox |
|
#include "pp_preprocessor.h"
#include "mpiprobsearchaux.h"
#include <cmath>
#include <algorithm>
Include dependency graph for mpiprobsearchaux.cpp:
Go to the source code of this file.
Functions | |
template<class T, class U> | |
double | max (T x, U y) |
template<class T, class U> | |
T | min (T x, U y) |
|
Definition at line 10 of file mpiprobsearchaux.cpp. References y. 00010 { return static_cast<T>(x > y ? x : y);}
|
|
Definition at line 12 of file mpiprobsearchaux.cpp. References y. 00012 { return static_cast<T>(x < y ? x : y);}
|