#include <Mat_bones.hpp>
Static Public Member Functions | |
| template<typename eT > | |
| static arma_inline void | postfix_mm (Mat< eT > &x) |
| postfix – More... | |
| template<typename T > | |
| static arma_inline void | postfix_mm (Mat< std::complex< T > > &x) |
| postfix ++ for complex numbers (work around for limitations of the std::complex class) More... | |
| template<typename eT > | |
| static arma_inline void | postfix_pp (Mat< eT > &x) |
| postfix ++ More... | |
| template<typename T > | |
| static arma_inline void | postfix_pp (Mat< std::complex< T > > &x) |
| postfix ++ for complex numbers (work around for limitations of the std::complex class) More... | |
| template<typename eT > | |
| static arma_inline void | prefix_mm (Mat< eT > &x) |
| prefix – More... | |
| template<typename T > | |
| static arma_inline void | prefix_mm (Mat< std::complex< T > > &x) |
| prefix – for complex numbers (work around for limitations of the std::complex class) More... | |
| template<typename eT > | |
| static arma_inline void | prefix_pp (Mat< eT > &x) |
| prefix ++ More... | |
| template<typename T > | |
| static arma_inline void | prefix_pp (Mat< std::complex< T > > &x) |
| prefix ++ for complex numbers (work around for limitations of the std::complex class) More... | |
| template<typename eT , typename T1 > | |
| static void | set_imag (Mat< eT > &out, const Base< eT, T1 > &X) |
| template<typename T , typename T1 > | |
| static void | set_imag (Mat< std::complex< T > > &out, const Base< T, T1 > &X) |
| template<typename eT , typename T1 > | |
| static void | set_real (Mat< eT > &out, const Base< eT, T1 > &X) |
| template<typename T , typename T1 > | |
| static void | set_real (Mat< std::complex< T > > &out, const Base< T, T1 > &X) |
Definition at line 550 of file Mat_bones.hpp.