Loading...
Searching...
No Matches
vectorn.hh File Reference
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <boost/version.hpp>
#include <boost/numeric/ublas/detail/raw.hpp>
Include dependency graph for vectorn.hh:
This graph shows which files directly or indirectly include this file:

Macros

#define MRAWDATA(x)
 
#define VRAWDATA(x)
 

Typedefs

typedef boost_ublas::vector< double > vectorN
 

Macro Definition Documentation

◆ MRAWDATA

#define MRAWDATA ( x)
Value:
x.data().begin()

Referenced by jrlMathTools::dampedInverse(), and jrlMathTools::pseudoInverse().

◆ VRAWDATA

#define VRAWDATA ( x)
Value:
x.data().begin()

Referenced by jrlMathTools::dampedInverse(), and jrlMathTools::pseudoInverse().

Typedef Documentation

◆ vectorN

typedef boost_ublas::vector<double> vectorN