00001 00017 #ifndef BOOST_NUMERIC_UBLAS_TAG_HPP 00018 #define BOOST_NUMERIC_UBLAS_TAG_HPP 00019 00020 00021 namespace boost { namespace numeric { namespace ublas { namespace tag { 00022 00024 struct major {}; 00025 00026 00028 struct minor {}; 00029 00030 00032 struct leading {}; 00033 00034 }}}} // Namespace boost::numeric::ublas::tag 00035 00036 00037 #endif // BOOST_NUMERIC_UBLAS_TAG_HPP