eop_aux_rand< std::complex< T > > Struct Template Reference
[Eop_aux]

#include <eop_aux.hpp>

List of all members.

Public Member Functions

arma_inline operator std::complex< T > ()

Detailed Description

template<typename T>
struct eop_aux_rand< std::complex< T > >

Definition at line 35 of file eop_aux.hpp.


Member Function Documentation

template<typename T >
arma_inline eop_aux_rand< std::complex< T > >::operator std::complex< T > (  )  [inline]

Definition at line 38 of file eop_aux.hpp.

00039     {
00040     return std::complex<T>( T(eop_aux_rand<T>()), T(eop_aux_rand<T>()) );
00041     }