Classes | |
struct | epsilon_type< float > |
struct | epsilon_type< long double > |
struct | int_type_tag |
struct | number_type |
struct | real_type_tag |
struct | unknown_type_tag |
Functions | |
template<typename T > | |
T | abs_impl (const T v, real_type_tag) |
template<typename T > | |
T | abs_impl (const T v, int_type_tag) |
template<typename T > | |
T | acos_impl (const T v, real_type_tag) |
template<typename T > | |
T | acos_impl (const T, int_type_tag) |
template<typename T > | |
T | acosh_impl (const T v, real_type_tag) |
template<typename T > | |
T | acosh_impl (const T, int_type_tag) |
template<typename T > | |
T | and_impl (const T v0, const T &v1, real_type_tag) |
template<typename T > | |
T | and_impl (const T v0, const T &v1, int_type_tag) |
template<typename T > | |
T | asin_impl (const T v, real_type_tag) |
template<typename T > | |
T | asin_impl (const T, int_type_tag) |
template<typename T > | |
T | asinh_impl (const T v, real_type_tag) |
template<typename T > | |
T | asinh_impl (const T, int_type_tag) |
template<typename T > | |
T | atan2_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | atan2_impl (const T, const T, int_type_tag) |
template<typename T > | |
T | atan_impl (const T v, real_type_tag) |
template<typename T > | |
T | atan_impl (const T, int_type_tag) |
template<typename T > | |
T | atanh_impl (const T v, real_type_tag) |
template<typename T > | |
T | atanh_impl (const T, int_type_tag) |
template<typename T > | |
T | ceil_impl (const T v, real_type_tag) |
template<typename T > | |
T | ceil_impl (const T v, int_type_tag) |
template<typename T > | |
T | cos_impl (const T v, real_type_tag) |
template<typename T > | |
T | cos_impl (const T, int_type_tag) |
template<typename T > | |
T | cosh_impl (const T v, real_type_tag) |
template<typename T > | |
T | cosh_impl (const T, int_type_tag) |
template<typename T > | |
T | cot_impl (const T v, real_type_tag) |
template<typename T > | |
T | cot_impl (const T, int_type_tag) |
template<typename T > | |
T | csc_impl (const T v, real_type_tag) |
template<typename T > | |
T | csc_impl (const T, int_type_tag) |
template<typename T > | |
T | d2g_impl (const T v, real_type_tag) |
template<typename T > | |
T | d2r_impl (const T v, real_type_tag) |
template<typename T > | |
T | equal_impl (const T v0, const T v1, real_type_tag) |
float | equal_impl (const float v0, const float v1, real_type_tag) |
template<typename T > | |
T | equal_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | erf_impl (T v, real_type_tag) |
template<typename T > | |
T | erf_impl (T v, int_type_tag) |
template<typename T > | |
T | erfc_impl (T v, real_type_tag) |
template<typename T > | |
T | erfc_impl (T v, int_type_tag) |
template<typename T > | |
T | exp_impl (const T v, real_type_tag) |
template<typename T > | |
T | exp_impl (const T v, int_type_tag) |
template<typename T > | |
T | expm1_impl (const T v, real_type_tag) |
template<typename T > | |
T | expm1_impl (const T v, int_type_tag) |
exprtk_register_real_type_tag (double) exprtk_register_real_type_tag(long double) exprtk_register_real_type_tag(float) exprtk_register_int_type_tag(short) exprtk_register_int_type_tag(int) exprtk_register_int_type_tag(long long int) exprtk_register_int_type_tag(unsigned short) exprtk_register_int_type_tag(unsigned int) exprtk_register_int_type_tag(unsigned long long int) template< typename T > struct epsilon_type | |
template<typename T > | |
T | floor_impl (const T v, real_type_tag) |
template<typename T > | |
T | floor_impl (const T v, int_type_tag) |
template<typename T > | |
T | frac_impl (const T v, real_type_tag) |
template<typename T > | |
T | frac_impl (const T, int_type_tag) |
template<typename T > | |
T | g2d_impl (const T v, real_type_tag) |
template<typename T > | |
T | hypot_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | hypot_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
bool | is_false_impl (const T v) |
template<typename T > | |
bool | is_integer_impl (const T &v, real_type_tag) |
template<typename T > | |
bool | is_integer_impl (const T &, int_type_tag) |
template<typename T > | |
bool | is_true_impl (const T v) |
template<typename T > | |
T | log10_impl (const T v, real_type_tag) |
template<typename T > | |
T | log10_impl (const T v, int_type_tag) |
template<typename T > | |
T | log1p_impl (const T v, real_type_tag) |
template<typename T > | |
T | log1p_impl (const T v, int_type_tag) |
template<typename T > | |
T | log2_impl (const T v, real_type_tag) |
template<typename T > | |
T | log2_impl (const T v, int_type_tag) |
template<typename T > | |
T | log_impl (const T v, real_type_tag) |
template<typename T > | |
T | log_impl (const T v, int_type_tag) |
template<typename T > | |
T | logn_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | logn_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | modulus_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | modulus_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | nand_impl (const T v0, const T &v1, real_type_tag) |
template<typename T > | |
T | nand_impl (const T v0, const T &v1, int_type_tag) |
template<typename T > | |
T | neg_impl (const T v, real_type_tag) |
template<typename T > | |
T | neg_impl (const T v, int_type_tag) |
template<typename T > | |
T | nequal_impl (const T v0, const T v1, real_type_tag) |
float | nequal_impl (const float v0, const float v1, real_type_tag) |
template<typename T > | |
T | nequal_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | nor_impl (const T v0, const T &v1, real_type_tag) |
template<typename T > | |
T | nor_impl (const T v0, const T &v1, int_type_tag) |
template<typename T > | |
T | notl_impl (const T v, real_type_tag) |
template<typename T > | |
T | notl_impl (const T v, int_type_tag) |
template<typename T > | |
T | or_impl (const T v0, const T &v1, real_type_tag) |
template<typename T > | |
T | or_impl (const T v0, const T &v1, int_type_tag) |
template<typename T > | |
T | pos_impl (const T v, real_type_tag) |
template<typename T > | |
T | pos_impl (const T v, int_type_tag) |
template<typename T > | |
T | pow_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | pow_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | process_impl (const operator_type operation, const T &arg, real_type_tag) |
template<typename T > | |
T | process_impl (const operator_type operation, const T &arg, int_type_tag) |
template<typename T > | |
T | process_impl (const operator_type operation, const T &arg0, const T &arg1, real_type_tag) |
template<typename T > | |
T | process_impl (const operator_type operation, const T &arg0, const T &arg1, int_type_tag) |
template<typename T > | |
T | r2d_impl (const T v, real_type_tag) |
template<typename T > | |
T | root_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | root_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | round_impl (const T v, real_type_tag) |
template<typename T > | |
T | round_impl (const T v, int_type_tag) |
template<typename T > | |
T | roundn_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | roundn_impl (const T v0, const T, int_type_tag) |
template<typename T > | |
T | sec_impl (const T v, real_type_tag) |
template<typename T > | |
T | sec_impl (const T, int_type_tag) |
template<typename T > | |
T | sgn_impl (const T v, real_type_tag) |
template<typename T > | |
T | sgn_impl (const T v, int_type_tag) |
template<typename T > | |
T | shl_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | shl_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | shr_impl (const T v0, const T v1, real_type_tag) |
template<typename T > | |
T | shr_impl (const T v0, const T v1, int_type_tag) |
template<typename T > | |
T | sin_impl (const T v, real_type_tag) |
template<typename T > | |
T | sin_impl (const T, int_type_tag) |
template<typename T > | |
T | sinc_impl (T v, real_type_tag) |
template<typename T > | |
T | sinc_impl (T v, int_type_tag) |
template<typename T > | |
T | sinh_impl (const T v, real_type_tag) |
template<typename T > | |
T | sinh_impl (const T, int_type_tag) |
template<typename T > | |
T | sqrt_impl (const T v, real_type_tag) |
template<typename T > | |
T | sqrt_impl (const T v, int_type_tag) |
template<typename T > | |
T | tan_impl (const T v, real_type_tag) |
template<typename T > | |
T | tan_impl (const T, int_type_tag) |
template<typename T > | |
T | tanh_impl (const T v, real_type_tag) |
template<typename T > | |
T | tanh_impl (const T, int_type_tag) |
template<typename T > | |
T | trunc_impl (const T v, real_type_tag) |
template<typename T > | |
T | trunc_impl (const T v, int_type_tag) |
template<typename T > | |
T | xnor_impl (const T v0, const T &v1, real_type_tag) |
template<typename T > | |
T | xnor_impl (const T v0, const T &v1, int_type_tag) |
template<typename T > | |
T | xor_impl (const T v0, const T &v1, real_type_tag) |
template<typename T > | |
T | xor_impl (const T v0, const T &v1, int_type_tag) |
T exprtk::details::numeric::details::abs_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 500 of file exprtk.hpp.
T exprtk::details::numeric::details::abs_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 897 of file exprtk.hpp.
T exprtk::details::numeric::details::acos_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 865 of file exprtk.hpp.
T exprtk::details::numeric::details::acos_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 911 of file exprtk.hpp.
T exprtk::details::numeric::details::acosh_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 866 of file exprtk.hpp.
T exprtk::details::numeric::details::acosh_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 912 of file exprtk.hpp.
T exprtk::details::numeric::details::and_impl | ( | const T | v0, |
const T & | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 722 of file exprtk.hpp.
T exprtk::details::numeric::details::and_impl | ( | const T | v0, |
const T & | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 728 of file exprtk.hpp.
T exprtk::details::numeric::details::asin_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 867 of file exprtk.hpp.
T exprtk::details::numeric::details::asin_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 913 of file exprtk.hpp.
T exprtk::details::numeric::details::asinh_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 868 of file exprtk.hpp.
T exprtk::details::numeric::details::asinh_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 914 of file exprtk.hpp.
T exprtk::details::numeric::details::atan2_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 670 of file exprtk.hpp.
T exprtk::details::numeric::details::atan2_impl | ( | const T | , |
const T | , | ||
int_type_tag | |||
) | [inline] |
Definition at line 676 of file exprtk.hpp.
T exprtk::details::numeric::details::atan_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 869 of file exprtk.hpp.
T exprtk::details::numeric::details::atan_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 915 of file exprtk.hpp.
T exprtk::details::numeric::details::atanh_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 870 of file exprtk.hpp.
T exprtk::details::numeric::details::atanh_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 916 of file exprtk.hpp.
T exprtk::details::numeric::details::ceil_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 871 of file exprtk.hpp.
T exprtk::details::numeric::details::ceil_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 904 of file exprtk.hpp.
T exprtk::details::numeric::details::cos_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 872 of file exprtk.hpp.
T exprtk::details::numeric::details::cos_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 917 of file exprtk.hpp.
T exprtk::details::numeric::details::cosh_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 873 of file exprtk.hpp.
T exprtk::details::numeric::details::cosh_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 918 of file exprtk.hpp.
T exprtk::details::numeric::details::cot_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 886 of file exprtk.hpp.
T exprtk::details::numeric::details::cot_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 923 of file exprtk.hpp.
T exprtk::details::numeric::details::csc_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 888 of file exprtk.hpp.
T exprtk::details::numeric::details::csc_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 925 of file exprtk.hpp.
T exprtk::details::numeric::details::d2g_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 891 of file exprtk.hpp.
T exprtk::details::numeric::details::d2r_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 890 of file exprtk.hpp.
T exprtk::details::numeric::details::equal_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 506 of file exprtk.hpp.
float exprtk::details::numeric::details::equal_impl | ( | const float | v0, |
const float | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 512 of file exprtk.hpp.
T exprtk::details::numeric::details::equal_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 519 of file exprtk.hpp.
T exprtk::details::numeric::details::erf_impl | ( | T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 804 of file exprtk.hpp.
T exprtk::details::numeric::details::erf_impl | ( | T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 829 of file exprtk.hpp.
T exprtk::details::numeric::details::erfc_impl | ( | T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 835 of file exprtk.hpp.
T exprtk::details::numeric::details::erfc_impl | ( | T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 845 of file exprtk.hpp.
T exprtk::details::numeric::details::exp_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 874 of file exprtk.hpp.
T exprtk::details::numeric::details::exp_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 898 of file exprtk.hpp.
T exprtk::details::numeric::details::expm1_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 525 of file exprtk.hpp.
T exprtk::details::numeric::details::expm1_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 535 of file exprtk.hpp.
Definition at line 444 of file exprtk.hpp.
T exprtk::details::numeric::details::floor_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 875 of file exprtk.hpp.
T exprtk::details::numeric::details::floor_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 905 of file exprtk.hpp.
T exprtk::details::numeric::details::frac_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 894 of file exprtk.hpp.
T exprtk::details::numeric::details::frac_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 909 of file exprtk.hpp.
T exprtk::details::numeric::details::g2d_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 892 of file exprtk.hpp.
T exprtk::details::numeric::details::hypot_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 658 of file exprtk.hpp.
T exprtk::details::numeric::details::hypot_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 664 of file exprtk.hpp.
bool exprtk::details::numeric::details::is_false_impl | ( | const T | v | ) | [inline] |
Definition at line 494 of file exprtk.hpp.
bool exprtk::details::numeric::details::is_integer_impl | ( | const T & | v, |
real_type_tag | |||
) | [inline] |
Definition at line 928 of file exprtk.hpp.
bool exprtk::details::numeric::details::is_integer_impl | ( | const T & | , |
int_type_tag | |||
) | [inline] |
Definition at line 934 of file exprtk.hpp.
bool exprtk::details::numeric::details::is_true_impl | ( | const T | v | ) | [inline] |
Definition at line 488 of file exprtk.hpp.
T exprtk::details::numeric::details::log10_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 877 of file exprtk.hpp.
T exprtk::details::numeric::details::log10_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 900 of file exprtk.hpp.
T exprtk::details::numeric::details::log1p_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 596 of file exprtk.hpp.
T exprtk::details::numeric::details::log1p_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 612 of file exprtk.hpp.
T exprtk::details::numeric::details::log2_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 878 of file exprtk.hpp.
T exprtk::details::numeric::details::log2_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 901 of file exprtk.hpp.
T exprtk::details::numeric::details::log_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 876 of file exprtk.hpp.
T exprtk::details::numeric::details::log_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 899 of file exprtk.hpp.
T exprtk::details::numeric::details::logn_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 584 of file exprtk.hpp.
T exprtk::details::numeric::details::logn_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 590 of file exprtk.hpp.
T exprtk::details::numeric::details::modulus_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 560 of file exprtk.hpp.
T exprtk::details::numeric::details::modulus_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 566 of file exprtk.hpp.
T exprtk::details::numeric::details::nand_impl | ( | const T | v0, |
const T & | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 734 of file exprtk.hpp.
T exprtk::details::numeric::details::nand_impl | ( | const T | v0, |
const T & | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 740 of file exprtk.hpp.
T exprtk::details::numeric::details::neg_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 879 of file exprtk.hpp.
T exprtk::details::numeric::details::neg_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 902 of file exprtk.hpp.
T exprtk::details::numeric::details::nequal_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 541 of file exprtk.hpp.
float exprtk::details::numeric::details::nequal_impl | ( | const float | v0, |
const float | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 547 of file exprtk.hpp.
T exprtk::details::numeric::details::nequal_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 554 of file exprtk.hpp.
T exprtk::details::numeric::details::nor_impl | ( | const T | v0, |
const T & | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 758 of file exprtk.hpp.
T exprtk::details::numeric::details::nor_impl | ( | const T | v0, |
const T & | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 764 of file exprtk.hpp.
T exprtk::details::numeric::details::notl_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 893 of file exprtk.hpp.
T exprtk::details::numeric::details::notl_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 907 of file exprtk.hpp.
T exprtk::details::numeric::details::or_impl | ( | const T | v0, |
const T & | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 746 of file exprtk.hpp.
T exprtk::details::numeric::details::or_impl | ( | const T | v0, |
const T & | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 752 of file exprtk.hpp.
T exprtk::details::numeric::details::pos_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 880 of file exprtk.hpp.
T exprtk::details::numeric::details::pos_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 903 of file exprtk.hpp.
T exprtk::details::numeric::details::pow_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 572 of file exprtk.hpp.
T exprtk::details::numeric::details::pow_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 578 of file exprtk.hpp.
T exprtk::details::numeric::details::process_impl | ( | const operator_type | operation, |
const T & | arg, | ||
real_type_tag | |||
) | [inline] |
Definition at line 3211 of file exprtk.hpp.
T exprtk::details::numeric::details::process_impl | ( | const operator_type | operation, |
const T & | arg, | ||
int_type_tag | |||
) | [inline] |
Definition at line 3259 of file exprtk.hpp.
T exprtk::details::numeric::details::process_impl | ( | const operator_type | operation, |
const T & | arg0, | ||
const T & | arg1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 3280 of file exprtk.hpp.
T exprtk::details::numeric::details::process_impl | ( | const operator_type | operation, |
const T & | arg0, | ||
const T & | arg1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 3318 of file exprtk.hpp.
T exprtk::details::numeric::details::r2d_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 889 of file exprtk.hpp.
T exprtk::details::numeric::details::root_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 623 of file exprtk.hpp.
T exprtk::details::numeric::details::root_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 629 of file exprtk.hpp.
T exprtk::details::numeric::details::round_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 635 of file exprtk.hpp.
T exprtk::details::numeric::details::round_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 906 of file exprtk.hpp.
T exprtk::details::numeric::details::roundn_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 641 of file exprtk.hpp.
T exprtk::details::numeric::details::roundn_impl | ( | const T | v0, |
const T | , | ||
int_type_tag | |||
) | [inline] |
Definition at line 652 of file exprtk.hpp.
T exprtk::details::numeric::details::sec_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 887 of file exprtk.hpp.
T exprtk::details::numeric::details::sec_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 924 of file exprtk.hpp.
T exprtk::details::numeric::details::sgn_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 706 of file exprtk.hpp.
T exprtk::details::numeric::details::sgn_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 714 of file exprtk.hpp.
T exprtk::details::numeric::details::shl_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 694 of file exprtk.hpp.
T exprtk::details::numeric::details::shl_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 700 of file exprtk.hpp.
T exprtk::details::numeric::details::shr_impl | ( | const T | v0, |
const T | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 682 of file exprtk.hpp.
T exprtk::details::numeric::details::shr_impl | ( | const T | v0, |
const T | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 688 of file exprtk.hpp.
T exprtk::details::numeric::details::sin_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 881 of file exprtk.hpp.
T exprtk::details::numeric::details::sin_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 919 of file exprtk.hpp.
T exprtk::details::numeric::details::sinc_impl | ( | T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 851 of file exprtk.hpp.
T exprtk::details::numeric::details::sinc_impl | ( | T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 860 of file exprtk.hpp.
T exprtk::details::numeric::details::sinh_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 882 of file exprtk.hpp.
T exprtk::details::numeric::details::sinh_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 920 of file exprtk.hpp.
T exprtk::details::numeric::details::sqrt_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 883 of file exprtk.hpp.
T exprtk::details::numeric::details::sqrt_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 908 of file exprtk.hpp.
T exprtk::details::numeric::details::tan_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 884 of file exprtk.hpp.
T exprtk::details::numeric::details::tan_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 921 of file exprtk.hpp.
T exprtk::details::numeric::details::tanh_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 885 of file exprtk.hpp.
T exprtk::details::numeric::details::tanh_impl | ( | const T | , |
int_type_tag | |||
) | [inline] |
Definition at line 922 of file exprtk.hpp.
T exprtk::details::numeric::details::trunc_impl | ( | const T | v, |
real_type_tag | |||
) | [inline] |
Definition at line 895 of file exprtk.hpp.
T exprtk::details::numeric::details::trunc_impl | ( | const T | v, |
int_type_tag | |||
) | [inline] |
Definition at line 910 of file exprtk.hpp.
T exprtk::details::numeric::details::xnor_impl | ( | const T | v0, |
const T & | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 782 of file exprtk.hpp.
T exprtk::details::numeric::details::xnor_impl | ( | const T | v0, |
const T & | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 793 of file exprtk.hpp.
T exprtk::details::numeric::details::xor_impl | ( | const T | v0, |
const T & | v1, | ||
real_type_tag | |||
) | [inline] |
Definition at line 770 of file exprtk.hpp.
T exprtk::details::numeric::details::xor_impl | ( | const T | v0, |
const T & | v1, | ||
int_type_tag | |||
) | [inline] |
Definition at line 776 of file exprtk.hpp.