vec_neg_mod_helper< R, M, n > Struct Template Reference

#include <vector_modular.hpp>

List of all members.

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename R, typename M, nat n>
struct mmx::vec_neg_mod_helper< R, M, n >

Definition at line 26 of file vector_modular.hpp.


Member Function Documentation

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); }


Member Data Documentation

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().

const nat n2 = n-n1 [static]

Definition at line 27 of file vector_modular.hpp.


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1