34 #ifndef _vpSubRowVector_h_
35 #define _vpSubRowVector_h_
37 #include <visp3/core/vpRowVector.h>
76 void checkParentStatus()
const;
78 void init(
vpRowVector &v,
const unsigned int &offset,
const unsigned int &ncols);
Implementation of a matrix and operations on matrices.
Implementation of row vector and the associated operations.
vpRowVector & operator=(const vpRowVector &v)
Copy operator. Allow operation such as A = v.
vp_deprecated void init()
vpRowVector * parent
Parent vpColvector.
unsigned int pColNum
Number of row of parent vpColvector at initialization.