You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
I'm attempting to use the JacbiSVD algorithm on some 3x3 matrices and consistently get wildly incorrect SVD results (comparing to MATLAB). Both the singular values and the resulting U,V matrices are off by several orders of magnitude. Any ideas why this could be? I'm using stlport.h to compile for an Arduino Mega 2560.
Thanks!
The text was updated successfully, but these errors were encountered:
Not sure though I haven't used this in forever. You could check upstream Eigen to see if they've fixed any bugs in that code there. (The only easy guess I have is possibly memory order, see if the result on the transpose looks better...)
Hi,
I'm attempting to use the JacbiSVD algorithm on some 3x3 matrices and consistently get wildly incorrect SVD results (comparing to MATLAB). Both the singular values and the resulting U,V matrices are off by several orders of magnitude. Any ideas why this could be? I'm using stlport.h to compile for an Arduino Mega 2560.
Thanks!
The text was updated successfully, but these errors were encountered: