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
In eigSolver.m, a0(ks) = S.EigVal(1,ks); assumes that the eigenvalues are in sorted order. MATLAB may not return the eigenvalues in sorted order, even for a symmetric matrix.
The text was updated successfully, but these errors were encountered:
In eigSolver.m,
a0(ks) = S.EigVal(1,ks);
assumes that the eigenvalues are in sorted order. MATLAB may not return the eigenvalues in sorted order, even for a symmetric matrix.The text was updated successfully, but these errors were encountered: