glucat
0.8.4
|
#include "glucat/portability.h"
#include <boost/numeric/ublas/traits.hpp>
#include <cmath>
#include <limits>
Go to the source code of this file.
Namespaces | |
glucat | |
Functions | |
template<typename Scalar_T > | |
numeric_traits< Scalar_T >::promoted::type | glucat::to_promote (const Scalar_T &val) |
Cast to promote. More... | |
template<typename Scalar_T > | |
numeric_traits< Scalar_T >::demoted::type | glucat::to_demote (const Scalar_T &val) |
Cast to demote. More... | |