include/algebramix/crt_int.hpp File Reference

#include <numerix/integer.hpp>
#include <numerix/modular_int.hpp>
#include <algebramix/crt_naive.hpp>

Go to the source code of this file.

Classes

Namespaces

Defines

Functions


Define Documentation

#define DECLARE_HELPER (  ) 
Value:
template<typename M, typename W>                                        \
  struct moduli_helper<C,M,W> : moduli_unsigned_integer_helper<C,M,W> {};

Definition at line 173 of file crt_int.hpp.

#define DECLARE_HELPER (  ) 
Value:
template<typename M, typename W>                                        \
  struct moduli_helper<C,M,W> : moduli_signed_integer_helper<C,M,W> {};

Definition at line 173 of file crt_int.hpp.

#define DECLARE_HELPER (  ) 
Value:
template<typename V>                                    \
 struct coprime_moduli_helper<modulus<I, V> > {         \
  typedef prime_sequence_int sequence;                  \
};

Definition at line 173 of file crt_int.hpp.

#define DECLARE_HELPER (  ) 
Value:
STMPL struct crt_naive_variant_helper<C> {      \
    typedef crt_unsigned_int CV; };

Definition at line 173 of file crt_int.hpp.

#define DECLARE_HELPER (  ) 
Value:
STMPL struct crt_naive_variant_helper<C> {      \
    typedef crt_int CV; };

Definition at line 173 of file crt_int.hpp.

#define TMPL   template<typename M>

Definition at line 79 of file crt_int.hpp.


Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1