-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrix exponential throws error #127
Comments
fixed-ish
|
thanks for the information .. I will give this more attention later |
I tried again with the new releases. With ERROR: MethodError: no method matching eigen!(::Matrix{Double64}; permute=true, scale=true, sortby=LinearAlgebra.eigsortby) probably the same issue as #126. Adding GenericSchur to v1.1.23 fixes the problem. Update: |
I tried calculating a matrix exponential but
I thought it worked with an older version, so I tried (randomly) v1.1.15 and it worked (v1.1.21 did not work):
However, for some reason it tourned out complex.
Update:
I did some more tests. v1.1.18 ist the last version that works (with complex output).
In v1.1.19 and v1.1.20 eigen! seems missing.
v1.1.18 has Generic SVD in its dependencies that, given the name, might be connected.
The text was updated successfully, but these errors were encountered: