#include <vector_modular.hpp>
Definition at line 26 of file vector_modular.hpp.
static void op | ( | R * | dest, | |
const R * | s, | |||
const M & | m | |||
) | [inline, static] |
Definition at line 28 of file vector_modular.hpp.
References vec_neg_mod_helper< R, M, n >::n1.
00028 { 00029 vec_neg_mod_helper <R, M, n1>::op (dest , s , m); 00030 vec_neg_mod_helper <R, M, n2>::op (dest+n1, s+n1, m); }
const nat n1 = (n>>1) [static] |
Definition at line 27 of file vector_modular.hpp.
Referenced by vec_neg_mod_helper< R, M, n >::op().
Definition at line 27 of file vector_modular.hpp.