38 #ifndef __VP_SUB_MATRIX__
39 #define __VP_SUB_MATRIX__
41 #include <visp3/core/vpMatrix.h>
66 void eye(
unsigned int n);
68 void eye(
unsigned int m,
unsigned int n);
83 vpSubMatrix(
vpMatrix &m,
const unsigned int & row,
const unsigned int &col ,
const unsigned int & nrows ,
const unsigned int & ncols);
88 void init(
vpMatrix &m,
const unsigned int & row,
const unsigned int &col ,
const unsigned int & nrows ,
const unsigned int & ncols);
91 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)