algebramix_doc 0.3
|
#include <vector_fixed.hpp>
Definition at line 24 of file vector_fixed.hpp.
static void op | ( | T * | dest | ) | [inline, static] |
Definition at line 26 of file vector_fixed.hpp.
References vec_nullary_helper< Op, T, n >::n1.
{ vec_nullary_helper <Op, T, n1>::op (dest); vec_nullary_helper <Op, T, n2>::op (dest+n1); }
const nat n1 = (n>>1) [static] |
Definition at line 25 of file vector_fixed.hpp.
Referenced by vec_nullary_helper< Op, T, n >::op().
Definition at line 25 of file vector_fixed.hpp.