34#ifndef _vpSubMatrix_h_
35#define _vpSubMatrix_h_
37#include <visp3/core/vpMatrix.h>
62 void eye(
unsigned int n);
64 void eye(
unsigned int m,
unsigned int n);
66 vpSubMatrix(
const vpSubMatrix & );
77 vpSubMatrix(
vpMatrix &m,
const unsigned int &
row,
const unsigned int &col,
const unsigned int &nrows,
78 const unsigned int &ncols);
80 virtual ~vpSubMatrix();
83 void init(
vpMatrix &m,
const unsigned int &
row,
const unsigned int &col,
const unsigned int &nrows,
84 const unsigned int &ncols);
90 vpSubMatrix &
operator=(
const vpSubMatrix &B);
vpMatrix & operator=(const vpArray2D< double > &A)
vp_deprecated vpRowVector row(unsigned int i)
vp_deprecated void init()
void checkParentStatus() const
Check is parent vpRowVector has changed since initialization.