40 #ifndef VP_SUB_ROW_VECTOR_H
41 #define VP_SUB_ROW_VECTOR_H
43 #include <visp3/core/vpConfig.h>
44 #include <visp3/core/vpRowVector.h>
65 void checkParentStatus()
const;
67 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.
void init(const vpRowVector &v, unsigned int c, unsigned int ncols)
vpRowVector * m_parent
Parent vpColVector.
unsigned int m_pColNum
Number of row of parent vpColVector at initialization.