#include <boost/numeric/ublas/vector.hpp>#include <boost/numeric/ublas/vector_proxy.hpp>#include <boost/version.hpp>#include <boost/numeric/ublas/detail/raw.hpp>Defines | |
| #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() |
Referenced by jrlMathTools::dampedInverse(), and jrlMathTools::pseudoInverse().
| #define VRAWDATA | ( | x | ) | x.data().begin() |
Referenced by jrlMathTools::dampedInverse(), and jrlMathTools::pseudoInverse().
| typedef boost_ublas::vector<double> vectorN |