|
glucat 0.12.0
|
#include "glucat/portability.h"#include "glucat/global.h"#include <boost/numeric/ublas/traits.hpp>#include <cmath>#include <limits>

Go to the source code of this file.
Classes | |
| class | glucat::numeric_traits< Scalar_T > |
| Extra traits which extend numeric limits. More... | |
| struct | glucat::numeric_traits< Scalar_T >::promoted |
| Extra traits which extend numeric limits. More... | |
| struct | glucat::numeric_traits< Scalar_T >::demoted |
| Demoted type for long double. More... | |
Namespaces | |
| namespace | glucat |
Functions | |
| template<typename Scalar_T > | |
| auto | glucat::log2 (const Scalar_T &x) -> Scalar_T |
| Log base 2 of scalar. | |