42 #include <visp/vpConfig.h>
43 #include <visp/vpMatrix.h>
44 #include <visp/vpColVector.h>
58 double sigma2 = ( ((b.
t())*b) - ( (b.
t())*A*x ) );
76 double sigma2 = ( ((W*b).
t())*W*b - ( ((W*b).t())*W*A*x ) );
Definition of the vpMatrix class.
static vpMatrix computeCovarianceMatrix(const vpMatrix &A, const vpColVector &x, const vpColVector &b)
vpRowVector t() const
transpose of Vector
Class that provides a data structure for the column vectors as well as a set of operations on these v...
vpMatrix pseudoInverse(double svThreshold=1e-6) const
Compute the pseudo inverse of the matrix using the SVD.