vec_unary_big_helper< Op, R, C, 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 R, typename C, nat n>
struct mmx::vec_unary_big_helper< Op, R, C, n >

Definition at line 152 of file vector_fixed.hpp.


Member Function Documentation

static void set_op ( R &  r,
const C s,
const format< C > &  fm 
) [inline, static]

Definition at line 158 of file vector_fixed.hpp.

References vec_unary_big_helper< Op, R, C, n >::n1.

00158                                                                     {
00159     vec_unary_big_helper <Op, R, C, n1>::set_op (r, s, fm);
00160     vec_unary_big_helper <Op, R, C, n2>::set_op (r, s+n1, fm);
00161   }

static void set_op ( R &  r,
const C s 
) [inline, static]

Definition at line 154 of file vector_fixed.hpp.

References vec_unary_big_helper< Op, R, C, n >::n1.

Referenced by vec_unary_big_helper< Op, R, C, 1 >::set_op().

00154                                                {
00155     vec_unary_big_helper <Op, R, C, n1>::set_op (r, s);
00156     vec_unary_big_helper <Op, R, C, n2>::set_op (r, s+n1);
00157   }


Member Data Documentation

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

Definition at line 153 of file vector_fixed.hpp.

Referenced by vec_unary_big_helper< Op, R, C, n >::set_op().

const nat n2 = n-n1 [static]

Definition at line 153 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