42 #include <visp3/core/vpColVector.h> 43 #include <visp3/core/vpRotationVector.h> 44 #include <visp3/core/vpRowVector.h> 60 for (
unsigned int i = 0; i <
dsize; i++)
80 for (
unsigned int i = 0; i <
dsize; i++)
81 v[i] = (*
this)[i] * x;
104 double sum_square = 0.0;
106 for (
unsigned int i = 0; i <
rowNum; i++) {
Implementation of a generic rotation vector.
Implementation of row vector and the associated operations.
double * data
Address of the first element of the data array.
unsigned int rowNum
Number of rows in the array.
vpColVector operator*(double x) const
Implementation of column vector and the associated operations.
unsigned int dsize
Current array size (rowNum * colNum)
vpColVector operator*(const double &x, const vpRotationVector &v)
double ** rowPtrs
Address of the first element of each rows.