40#ifndef VP_SUB_MATRIX_H
41#define VP_SUB_MATRIX_H
43#include <visp3/core/vpConfig.h>
44#include <visp3/core/vpMatrix.h>
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);
89 void eye(
unsigned int n);
91 void eye(
unsigned int m,
unsigned int n);
VP_DEPRECATED vpRowVector row(unsigned int i)
vpMatrix & operator=(const vpArray2D< double > &A)
VP_DEPRECATED void init()
void checkParentStatus() const
Check is parent vpRowVector has changed since initialization.
vpSubMatrix()
Default constructor.