|
glucat 0.12.0
|
#include <boost/version.hpp>#include <cmath>

Go to the source code of this file.
Macros | |
| #define | _GLUCAT_ISNAN(x) |
| #define | _GLUCAT_ISINF(x) |
| #define | UBLAS_ABS abs |
| #define | UBLAS_SQRT sqrt |
| #define _GLUCAT_ISINF | ( | x | ) |
Definition at line 43 of file portability.h.
Referenced by glucat::numeric_traits< Scalar_T >::isInf().
| #define _GLUCAT_ISNAN | ( | x | ) |
Definition at line 42 of file portability.h.
Referenced by glucat::numeric_traits< Scalar_T >::isNaN().
| #define UBLAS_ABS abs |
Definition at line 51 of file portability.h.
| #define UBLAS_SQRT sqrt |
Definition at line 52 of file portability.h.