#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <boost/version.hpp>
#include <boost/numeric/ublas/detail/raw.hpp>
Macros | |
#define | MRAWDATA(x) x.data().begin() |
#define | VRAWDATA(x) x.data().begin() |
Typedefs | |
typedef boost_ublas::vector< double > | vectorN |
#define MRAWDATA | ( | x | ) | x.data().begin() |
#define VRAWDATA | ( | x | ) | x.data().begin() |
typedef boost_ublas::vector<double> vectorN |