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 was 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.