48 #include <visp/vpMatrix.h>
111 void reshape(
vpMatrix & m,
const unsigned int &nrows,
const unsigned int &ncols);
112 vpMatrix reshape(
const unsigned int &nrows,
const unsigned int &ncols);
127 inline unsigned int size()
const
Definition of the vpMatrix class.
void resize(const unsigned int nrows, const unsigned int ncols, const bool nullify=true)
Definition of the row vector class.
vpRowVector(unsigned int nn)
constructor of vector of size n
unsigned int size() const
double * data
address of the first element of the data array
vpMatrix & operator=(const vpMatrix &B)
Copy operator. Allow operation such as A = B.
void resize(unsigned int i)
Set the size of the Row vector.
Class that provides a data structure for the column vectors as well as a set of operations on these v...
double * operator[](unsigned int n)
write elements Aij (usage : A[i][j] = x )
unsigned int getCols() const
Return the number of columns of the matrix.
vpMatrix operator*(const vpMatrix &B) const
vpRowVector()
basic constructor