fast_helper< floating< V > > Struct Template Reference

#include <floating.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

template<typename V>
struct mmx::fast_helper< floating< V > >

Definition at line 151 of file floating.hpp.


Member Typedef Documentation

typedef double fast_type

Definition at line 152 of file floating.hpp.


Member Function Documentation

static fast_type dd ( const floating< V > &  x  )  [inline, static]

Definition at line 153 of file floating.hpp.

References mmx::as_double().

00153 { return as_double (x); }

static floating<V> uu ( const fast_type x  )  [inline, static]

Definition at line 154 of file floating.hpp.

References Floating.

00154 { return Floating (x); }


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1