lagadic / visp

Open Source Visual Servoing Platform

Home Page:https://visp.inria.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVD computation fails with Lapack when m < n

fspindle opened this issue · comments

Using the Lapack backend to calculate the SVD of a rectangular matrix A(m, n) where m the number of rows is less than n the number of columns leads to a poor SVD decomposition.