CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
Functions | |
template<typename T > | |
static bool | _compare (T const &a, T const &b, double tol) |
template<> | |
bool | _compare (std::complex< double > const &a, std::complex< double > const &b, double tol) |
Variables | |
template<typename T > | |
auto | round_l = [](T val) { return boost::math::round<T>(val); } |
template<typename T > | |
auto | iround_l = [](T val) { return boost::math::iround<T>(val); } |
template<typename T > | |
auto | lround_l = [](T val) { return boost::math::lround<T>(val); } |
|
inline |
Definition at line 24 of file CASM_Eigen_math.hh.
|
inlinestatic |
Definition at line 19 of file CASM_Eigen_math.hh.
auto Local::iround_l = [](T val) { return boost::math::iround<T>(val); } |
Definition at line 38 of file CASM_Eigen_math.hh.
auto Local::lround_l = [](T val) { return boost::math::lround<T>(val); } |
Definition at line 40 of file CASM_Eigen_math.hh.
auto Local::round_l = [](T val) { return boost::math::round<T>(val); } |
Definition at line 36 of file CASM_Eigen_math.hh.