fast_helper< complex< C > > Struct Template Reference

#include <complex.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

template<typename C>
struct mmx::fast_helper< complex< C > >

Definition at line 76 of file complex.hpp.


Member Typedef Documentation

typedef complex<Fast_type(C) > fast_type

Definition at line 77 of file complex.hpp.


Member Function Documentation

static fast_type dd ( const complex< C > &  z  )  [inline, static]

Definition at line 78 of file complex.hpp.

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

00078                                                 {
00079     return complex<Fast_type (C) > (fast (Re (z)), fast (Im (z))); }

static complex<C> uu ( const fast_type z  )  [inline, static]

Definition at line 80 of file complex.hpp.

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

00080                                                 {
00081     return complex<C> (slow<C> (Re (z)), slow<C> (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