numerix_doc 0.4
/Users/mourrain/Devel/mmx/numerix/glue/glue_affine_generic.cpp
Go to the documentation of this file.
00001 
00002 #include <numerix/affine.hpp>
00003 #include <basix/glue.hpp>
00004 
00005 namespace mmx {
00006   void
00007   glue_affine_generic () {
00008     static bool done = false;
00009     if (done) return;
00010     done = true;
00011     call_glue (string ("glue_generic"));
00012   }
00013 }
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines