| 
    algebramix_doc 0.3 
   | 
 
#include <vector_fixed.hpp>
Definition at line 72 of file vector_fixed.hpp.
| static void op | ( | T * | dest, | 
| const X & | x | ||
| ) |  [inline, static] | 
        
Definition at line 74 of file vector_fixed.hpp.
References vec_unary_scalar_helper< Op, T, X, n >::n1.
                                              {
    vec_unary_scalar_helper <Op, T, X, n1>::op (dest   , x);
    vec_unary_scalar_helper <Op, T, X, n2>::op (dest+n1, x);
  }
const nat n1 = (n>>1) [static] | 
        
Definition at line 73 of file vector_fixed.hpp.
Referenced by vec_unary_scalar_helper< Op, T, X, n >::op().
Definition at line 73 of file vector_fixed.hpp.