algebramix_doc 0.3
/Users/mourrain/Devel/mmx/algebramix/glue/glue_quotient_generic.cpp
Go to the documentation of this file.
00001 
00002 #include <algebramix/quotient.hpp>
00003 #include <basix/glue.hpp>
00004 
00005 #define simple_quotient(C) quotient<C,C >
00006 
00007 namespace mmx {
00008   void
00009   glue_quotient_generic () {
00010     static bool done = false;
00011     if (done) return;
00012     done = true;
00013   }
00014 }
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines