Project revived from Feb2017
[EroSomnia.git] / deps / boost_1_63_0 / boost / numeric / ublas / tags.hpp
blob27351bb139c4cee16285813d1ff8a3c3c2be6f24
1 /**
2 * -*- c++ -*-
4 * \file tags.hpp
6 * \brief Tags.
8 * Copyright (c) 2009, Marco Guazzone
10 * Distributed under the Boost Software License, Version 1.0. (See
11 * accompanying file LICENSE_1_0.txt or copy at
12 * http://www.boost.org/LICENSE_1_0.txt)
14 * \author Marco Guazzone, marco.guazzone@gmail.com
17 #ifndef BOOST_NUMERIC_UBLAS_TAG_HPP
18 #define BOOST_NUMERIC_UBLAS_TAG_HPP
21 namespace boost { namespace numeric { namespace ublas { namespace tag {
23 /// \brief Tag for the major dimension.
24 struct major {};
27 /// \brief Tag for the minor dimension.
28 struct minor {};
31 /// \brief Tag for the leading dimension.
32 struct leading {};
34 }}}} // Namespace boost::numeric::ublas::tag
37 #endif // BOOST_NUMERIC_UBLAS_TAG_HPP