numerix_doc 0.4
/Users/mourrain/Devel/mmx/numerix/glue/glue_modular_integer.cpp
Go to the documentation of this file.
00001 
00002 #include <basix/int.hpp>
00003 #include <numerix/integer.hpp>
00004 #include <numerix/modular.hpp>
00005 #include <numerix/modular_integer.hpp>
00006 #include <basix/glue.hpp>
00007 
00008 #define int_literal(x) as_int (as_string (x))
00009 
00010 namespace mmx {
00011   void
00012   glue_modular_integer () {
00013     static bool done = false;
00014     if (done) return;
00015     done = true;
00016     call_glue (string ("glue_modular_int"));
00017   }
00018 }
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines