00001 #ifndef BOOST_BINDINGS_TRANSPOSE_HPP 00002 #define BOOST_BINDINGS_TRANSPOSE_HPP 00003 00004 namespace boost { namespace numeric { namespace bindings { namespace traits { 00005 00006 const char NO_TRANSPOSE = 'N' ; 00007 const char TRANSPOSE = 'T' ; 00008 const char CONJUGATE = 'C' ; 00009 00010 }}}} 00011 00012 #endif