vec_nullary_helper< Op, T, n > Struct Template Reference

#include <vector_fixed.hpp>

List of all members.

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename Op, typename T, nat n>
struct mmx::vec_nullary_helper< Op, T, n >

Definition at line 24 of file vector_fixed.hpp.


Member Function Documentation

static void op ( T *  dest  )  [inline, static]

Definition at line 26 of file vector_fixed.hpp.

References vec_nullary_helper< Op, T, n >::n1.

00026                                   {
00027     vec_nullary_helper <Op, T, n1>::op (dest);
00028     vec_nullary_helper <Op, T, n2>::op (dest+n1);
00029   }


Member Data Documentation

const nat n1 = (n>>1) [static]

Definition at line 25 of file vector_fixed.hpp.

Referenced by vec_nullary_helper< Op, T, n >::op().

const nat n2 = n-n1 [static]

Definition at line 25 of file vector_fixed.hpp.


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

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1