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);
77 vpSubMatrix(
vpMatrix &m,
const unsigned int &row,
const unsigned int &col,
const unsigned int &nrows,
78 const unsigned int &ncols);
83 void init(
vpMatrix &m,
const unsigned int &row,
const unsigned int &col,
const unsigned int &nrows,
84 const unsigned int &ncols);
87 void checkParentStatus()
const;
Implementation of a matrix and operations on matrices.
vpMatrix & operator=(const vpArray2D< double > &A)
vp_deprecated void init()
Definition of the vpSubMatrix vpSubMatrix class provides a mask on a vpMatrix all properties of vpMat...