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
The most simple fix is to just remove the struct from the call. Again according to the Matlab documentation:
If A is symmetric, then eigs uses a specialized algorithm for that case. If A is nearly symmetric, then consider using A = (A+A')/2 to make A symmetric before calling eigs. This ensures that eigs calculates real eigenvalues instead of complex ones.
Thus no special care for A is necessary to flag it symmetric. If there are no other opinions about it (or problems with older versions I am not aware of) I'll fix this in a few days.
in minpsdeig.m (line 70)
sedumi/minpsdeig.m
Lines 66 to 74 in 2996306
there may be an issue in function eigs(XX,1,,‘SA'......)
matlab warn that XX is not a function handle.
The text was updated successfully, but these errors were encountered: