glucat
0.8.2
|
#include <boost/version.hpp>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | _GLUCAT_ISNAN(x) (x != x) |
#define | _GLUCAT_ISINF(x) (!_GLUCAT_ISNAN(x) && _GLUCAT_ISNAN(x-x)) |
#define | UBLAS_ABS abs |
#define | UBLAS_SQRT sqrt |
#define _GLUCAT_ISINF | ( | x | ) | (!_GLUCAT_ISNAN(x) && _GLUCAT_ISNAN(x-x)) |
Definition at line 48 of file portability.h.
Referenced by glucat::numeric_traits< Scalar_T >::isInf().
#define _GLUCAT_ISNAN | ( | x | ) | (x != x) |
Definition at line 47 of file portability.h.
Referenced by glucat::numeric_traits< Scalar_T >::isNaN().
#define UBLAS_ABS abs |
Definition at line 56 of file portability.h.
Referenced by glucat::numeric_traits< Scalar_T >::abs().
#define UBLAS_SQRT sqrt |
Definition at line 57 of file portability.h.
Referenced by glucat::numeric_traits< Scalar_T >::sqrt().