34#ifndef VP_MATRIX_PSEUDO_INVERSE_H
35#define VP_MATRIX_PSEUDO_INVERSE_H
37#include <visp3/core/vpConfig.h>
38#include <visp3/core/vpMatrix.h>
42#ifndef DOXYGEN_SHOULD_SKIP_THIS
45 unsigned int ncols,
double svThreshold,
vpMatrix &Ap,
int &rank_out,
int *rank_in,
Implementation of column vector and the associated operations.
Implementation of a matrix and operations on matrices.