42 #ifndef __VP_SUB_MATRIX__
43 #define __VP_SUB_MATRIX__
45 #include <visp/vpMatrix.h>
70 void eye(
unsigned int n);
72 void eye(
unsigned int m,
unsigned int n);
87 vpSubMatrix(
vpMatrix &m,
const unsigned int & row,
const unsigned int &col ,
const unsigned int & nrows ,
const unsigned int & ncols);
92 void init(
vpMatrix &m,
const unsigned int & row,
const unsigned int &col ,
const unsigned int & nrows ,
const unsigned int & ncols);
95 void checkParentStatus();
Definition of the vpMatrix class.
void init()
Initialization of the object matrix.
Definition of the vpSubMatrix vpSubMatrix class provides a mask on a vpMatrix all properties of vpMat...
vpMatrix & operator=(const vpMatrix &B)
Copy operator. Allow operation such as A = B.