algebramix_doc 0.3
|
#include <vector_fixed.hpp>
Definition at line 136 of file vector_fixed.hpp.
static bool op | ( | const C * | s, |
const X & | x | ||
) | [inline, static] |
Definition at line 138 of file vector_fixed.hpp.
References vec_binary_test_scalar_helper< Op, C, X, n >::n1.
{ return vec_binary_test_scalar_helper <Op, C, X, n1>::op (s , x) && vec_binary_test_scalar_helper <Op, C, X, n2>::op (s+n1, x); }
const nat n1 = (n>>1) [static] |
Definition at line 137 of file vector_fixed.hpp.
Referenced by vec_binary_test_scalar_helper< Op, C, X, n >::op().
Definition at line 137 of file vector_fixed.hpp.