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