|
template<class UCType , class LowerType , class UpperType , class CType > |
constexpr void | bounded_inv_transform (const UCType &uc, const LowerType &lower, const UpperType &upper, CType &c) |
|
template<class LowerType , class UCType , class CType > |
constexpr void | cov_inv_transform (LowerType &lower, const UCType &uc, CType &c) |
|
template<class UCType , class LowerType , class CType > |
constexpr void | lower_inv_transform (const UCType &uc, const LowerType &lower, CType &c) |
|
template<class T > |
auto | sum (const T &x) |
|