34#ifndef _vpSubRowVector_h_
35#define _vpSubRowVector_h_
37#include <visp3/core/vpRowVector.h>
63 vpSubRowVector(
const vpSubRowVector & );
73 vpSubRowVector(
vpRowVector &v,
const unsigned int &offset,
const unsigned int &ncols);
74 virtual ~vpSubRowVector();
78 void init(
vpRowVector &v,
const unsigned int &offset,
const unsigned int &ncols);
80 vpSubRowVector &
operator=(
const vpSubRowVector &B);
83 vpSubRowVector &
operator=(
const double &x);
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 * parent
Parent vpColvector.
unsigned int pColNum
Number of row of parent vpColvector at initialization.
void checkParentStatus() const