Functions | |
template<typename eT > | |
static arma_float_only< eT > ::result | trunc_exp (const eT x) |
template<typename T > | |
static arma_inline std::complex< T > | trunc_exp (const std::complex< T > &x) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_trunc_exp > | trunc_exp (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_trunc_exp > | trunc_exp (const BaseCube< typename T1::elem_type, T1 > &A) |
static arma_integral_only< eT >::result trunc_exp | ( | const eT | x | ) | [inline, static] |
Definition at line 24 of file fn_trunc_exp.hpp.
static arma_inline std::complex<T> trunc_exp | ( | const std::complex< T > & | x | ) | [static] |
Definition at line 53 of file fn_trunc_exp.hpp.
arma_inline const eOp<T1, eop_trunc_exp> trunc_exp | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 63 of file fn_trunc_exp.hpp.
arma_inline const eOpCube<T1, eop_trunc_exp> trunc_exp | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 75 of file fn_trunc_exp.hpp.