#include <traits.hpp>
Public Types | |
typedef std::complex< T > | T1_result |
typedef T | T2_result |
Static Public Member Functions | |
static arma_inline const std::complex< T > & | apply (const std::complex< T > &x) |
static arma_inline const T | apply (const T2 x) |
Definition at line 669 of file traits.hpp.
typedef std::complex<T> upgrade_val< std::complex< T >, T2 >::T1_result |
Definition at line 671 of file traits.hpp.
typedef T upgrade_val< std::complex< T >, T2 >::T2_result |
Definition at line 672 of file traits.hpp.
static arma_inline const std::complex<T>& upgrade_val< std::complex< T >, T2 >::apply | ( | const std::complex< T > & | x | ) | [inline, static] |
static arma_inline const T upgrade_val< std::complex< T >, T2 >::apply | ( | const T2 | x | ) | [inline, static] |