Mat_aux Class Reference
[Mat]

#include <Mat_proto.hpp>

List of all members.

Static Public Member Functions

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


Detailed Description

Definition at line 176 of file Mat_proto.hpp.