$search
#include <Cube_bones.hpp>
Static Public Member Functions | |
| template<typename T > | |
| static arma_inline void | postfix_mm (Cube< std::complex< T > > &x) |
| postfix ++ for complex numbers (work around for limitations of the std::complex class) | |
| template<typename eT > | |
| static arma_inline void | postfix_mm (Cube< eT > &x) |
| postfix -- | |
| template<typename T > | |
| static arma_inline void | postfix_pp (Cube< std::complex< T > > &x) |
| postfix ++ for complex numbers (work around for limitations of the std::complex class) | |
| template<typename eT > | |
| static arma_inline void | postfix_pp (Cube< eT > &x) |
| postfix ++ | |
| template<typename T > | |
| static arma_inline void | prefix_mm (Cube< std::complex< T > > &x) |
| prefix -- for complex numbers (work around for limitations of the std::complex class) | |
| template<typename eT > | |
| static arma_inline void | prefix_mm (Cube< eT > &x) |
| prefix -- | |
| template<typename T > | |
| static arma_inline void | prefix_pp (Cube< std::complex< T > > &x) |
| prefix ++ for complex numbers (work around for limitations of the std::complex class) | |
| template<typename eT > | |
| static arma_inline void | prefix_pp (Cube< eT > &x) |
| prefix ++ | |
| template<typename T , typename T1 > | |
| static void | set_imag (Cube< std::complex< T > > &out, const BaseCube< T, T1 > &X) |
| template<typename eT , typename T1 > | |
| static void | set_imag (Cube< eT > &out, const BaseCube< eT, T1 > &X) |
| template<typename T , typename T1 > | |
| static void | set_real (Cube< std::complex< T > > &out, const BaseCube< T, T1 > &X) |
| template<typename eT , typename T1 > | |
| static void | set_real (Cube< eT > &out, const BaseCube< eT, T1 > &X) |
Definition at line 340 of file Cube_bones.hpp.