38 #ifndef __VP_SUB_COL_VECTOR__
39 #define __VP_SUB_COL_VECTOR__
41 #include <visp3/core/vpColVector.h>
81 void checkParentStatus()
const;
83 void init(
vpColVector &v,
const unsigned int & offset,
const unsigned int & nrows);
Implementation of a matrix and operations on matrices.
Implementation of a generic rotation vector.
vp_deprecated void init()
unsigned int pRowNum
Number of row of parent vpColvector at initialization.
vpColVector * parent
Parent vpColvector.
vpColVector & operator=(const vpColVector &v)
Copy operator. Allow operation such as A = v.
Implementation of column vector and the associated operations.
Implementation of a pose vector and operations on poses.
Class that consider the case of a translation vector.