Jutho
Jutho
Thanks for this detailed and reproducible bug report. Nonetheless, this is a difficult one to debug, because of the LAPACK error, which is outside of my own control. Even digging...
Thanks. I think the hardest part is coming up with a nice and convenient interface. Unfortunately, I don't have much time for this right now. I would certainly be welcome...
No need to close this; it's good to let feature requests hang around as open issues.
It's rather an issue of a lack of expertise from my side. I have no experience with preconditioners, as there are typically no obvious choices in the cases where I...
Exactly, in the applications I am working with, we often have a generalized eigenvalue problem that, by parameterizing the problem in terms of a more suitable set of variables, is...
> Can I ask why not to use a package like ElasticArrays.jl for OrthonormalBasis? Because one of the bullet points of this package is that vectors don't need to be...
@ChrisRackauckas , thanks for the detailed information. Checking the methods table was also what I had in mind, but I was not certain whether this was a sane approach. @nrontsis...
As indicated by @rveltz , ranges do not support the minimal required interface. All `AbstractVector`s will probably work, provided they are at least mutable. As KrylovKit tries to assume as...
The problem is that I no longer depend on `similar(x₀, T)` to create a similar vector with a different scalar type, because I found that interface somewhat contrived. The problem,...
No I don't think this helps. After the first few lines in the `initialize` routine, `v` should have the type of all Krylov vectors that will be generated, `r` is...