 |
Visual Servoing Platform
version 3.2.0
|
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++)
72 std::vector<double> v(this->
size());
74 for (
unsigned int i = 0; i < this->
size(); i++)
93 for (
unsigned int i = 0; i <
dsize; i++)
94 v[i] = (*
this)[i] * x;
117 double sum_square = 0.0;
119 for (
unsigned int i = 0; i <
rowNum; i++) {
vpColVector operator*(double x) const
double ** rowPtrs
Address of the first element of each rows.
vpColVector operator*(const double &x, const vpColVector &v)
Implementation of column vector and the associated operations.
unsigned int rowNum
Number of rows in the array.
Implementation of a generic rotation vector.
double * data
Address of the first element of the data array.
unsigned int size() const
Return the number of elements of the 2D array.
Implementation of row vector and the associated operations.
unsigned int dsize
Current array size (rowNum * colNum)
std::vector< double > toStdVector()