#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_sparse.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
namespace | mdm_library |
Defines | |
#define | foreach BOOST_FOREACH |
Typedefs | |
typedef boost::numeric::ublas::vector < uint32_t > | mdm_library::IndexVector |
typedef boost::shared_ptr < IndexVector > | mdm_library::IndexVectorPtr |
typedef boost::numeric::ublas::matrix < double > | mdm_library::Matrix |
typedef boost::shared_ptr< Matrix > | mdm_library::MatrixPtr |
#define foreach BOOST_FOREACH |
Definition at line 34 of file common_defs.h.