40 #ifndef VP_SUB_MATRIX_H
41 #define VP_SUB_MATRIX_H
43 #include <visp3/core/vpConfig.h>
44 #include <visp3/core/vpMatrix.h>
63 vpSubMatrix(
vpMatrix &m,
const unsigned int &row,
const unsigned int &col,
const unsigned int &nrows,
64 const unsigned int &ncols);
69 void init(
vpMatrix &m,
const unsigned int &row,
const unsigned int &col,
const unsigned int &nrows,
70 const unsigned int &ncols);
73 void checkParentStatus()
const;
89 void eye(
unsigned int n);
91 void eye(
unsigned int m,
unsigned int n);
Implementation of a matrix and operations on matrices.
vpMatrix & operator=(const vpArray2D< double > &A)
VP_DEPRECATED void init()
Definition of the vpSubMatrix class that provides a mask on a vpMatrix. All properties of vpMatrix ar...