algebramix_doc 0.3
|
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 }