Static Public Member Functions

Cube_aux Class Reference
[Cube]

#include <Cube_proto.hpp>

List of all members.

Static Public Member Functions

template<typename eT >
static arma_inline void prefix_pp (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 postfix_pp (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 prefix_mm (Cube< eT > &x)
 prefix --
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 postfix_mm (Cube< eT > &x)
 postfix --
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)

Detailed Description

Definition at line 209 of file Cube_proto.hpp.