vec_binary_scalar_helper< Op, T, C, X, 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, typename C, typename X, nat n>
struct mmx::vec_binary_scalar_helper< Op, T, C, X, n >

Definition at line 88 of file vector_fixed.hpp.


Member Function Documentation

static void op ( T *  dest,
const C s,
const X &  x 
) [inline, static]

Definition at line 90 of file vector_fixed.hpp.

References vec_binary_scalar_helper< Op, T, C, X, n >::n1.

00090                                                           {
00091     vec_binary_scalar_helper <Op, T, C, X, n1>::op (dest   , s   , x);
00092     vec_binary_scalar_helper <Op, T, C, X, n2>::op (dest+n1, s+n1, x);
00093   }


Member Data Documentation

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

Definition at line 89 of file vector_fixed.hpp.

Referenced by vec_binary_scalar_helper< Op, T, C, X, n >::op().

const nat n2 = n-n1 [static]

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