Open zmoitier opened 3 years ago
Yes, KrylovKit currently uses the Schur decomposition algorithm from BLAS, and thus only works with BLAS numbers. With GenericSchur.jl that could be circumvented, and I welcome PR requests to do that, but I am afraid I won't have time for this myself in the near future.
Ha ok, I note for the PR but I also do not have the time right now to immerse myself in how that works.
I am trying to compute eigenvalues of matrices with extended precision but the function
eigsolve
return an error. For example with the following matrixthe matrix version give
and the matrix-free version give the same error
From this discussion on julialang, I have been advise to open this issue.
Additional information:
Float128
byDouble64
from theDoubleFloats.jl
package orFloat64x2
fromMultiFloats.jl
package.using GenericLinearAlgebra, GenericSchur
still yield the error.Version 1.6.2
andKrylovKit v0.5.3
.