39 #ifndef _vpSubMatrix_h_ 40 #define _vpSubMatrix_h_ 42 #include <visp3/core/vpMatrix.h> 67 void eye(
unsigned int n);
69 void eye(
unsigned int m,
unsigned int n);
82 vpSubMatrix(
vpMatrix &m,
const unsigned int &row,
const unsigned int &col,
const unsigned int &nrows,
83 const unsigned int &ncols);
88 void init(
vpMatrix &m,
const unsigned int &row,
const unsigned int &col,
const unsigned int &nrows,
89 const unsigned int &ncols);
92 void checkParentStatus()
const;
Implementation of a matrix and operations on matrices.
Definition of the vpSubMatrix vpSubMatrix class provides a mask on a vpMatrix all properties of vpMat...
vp_deprecated void init()
vpMatrix & operator=(const vpArray2D< double > &A)