Michele De Stefano's C++ Utilities
storage.i
1 // mds_utils/python/ublas/storage.i
2 //
3 // Copyright (c) 2014 - Michele De Stefano (micdestefano@users.sourceforge.net)
4 //
5 // Distributed under the MIT License (See accompanying file LICENSE)
6 
7 %header %{
8 #include <boost/numeric/ublas/fwd.hpp>
9 %}
10 
11 namespace boost { namespace numeric { namespace ublas {
12  struct row_major {};
13  struct column_major {};
14 }}}