#include <vector_modular.hpp>
Definition at line 109 of file vector_modular.hpp.
static void op | ( | R * | dest, | |
const R * | s1, | |||
const R * | s2, | |||
const M & | m | |||
) | [inline, static] |
Definition at line 111 of file vector_modular.hpp.
References vec_mul_mod_helper< R, M, n >::n1.
00111 { 00112 vec_mul_mod_helper <R, M, n1>::op (dest , s1 , s2 , m); 00113 vec_mul_mod_helper <R, M, n2>::op (dest+n1, s1+n1, s2+n1, m); }
const nat n1 = (n>>1) [static] |
Definition at line 110 of file vector_modular.hpp.
Referenced by vec_mul_mod_helper< R, M, n >::op().
Definition at line 110 of file vector_modular.hpp.