as_helper< complex< T >, complex< F > > Struct Template Reference

#include <complex.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename T, typename F>
struct mmx::as_helper< complex< T >, complex< F > >

Definition at line 85 of file complex.hpp.


Member Function Documentation

static complex<T> cv ( const complex< F > &  z  )  [inline, static]

Definition at line 86 of file complex.hpp.

References mmx::Im(), and mmx::Re().

00086                                                     {
00087     return complex<T> (as<T> (Re (z)), as<T> (Im (z))); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1