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>
67 void init(
vpRowVector &v,
const unsigned int &offset,
const unsigned int &ncols);
Implementation of a matrix and operations on matrices.
vpRowVector()
Basic constructor that creates an empty 0-size row vector.
vpRowVector & operator=(const vpRowVector &v)
Copy operator. Allow operation such as A = v.
VP_DEPRECATED void init()
vpRowVector * m_parent
Parent vpColVector.
void checkParentStatus() const
vpSubRowVector()
Default constructor that creates an empty vector.
unsigned int m_pColNum
Number of row of parent vpColVector at initialization.