JuliaMath / JuliaMath/Polynomials.jl
Use LAPack's `zhseqr` / `dhseqr`?
Open
- Dominant language
- Julia
- Stars
- 320
- Forks
- 80
- Avg merge
- 8h 46m
- Merged PRs (30d)
- 3
Description
LAPack's Hessenberg eigenvalue routines use half the memory. I'd be willing to make a pull request that moves (and modernizes) ApproxFun.jl's implementation over: https://github.com/JuliaApproximation/ApproxFun.jl/blob/master/src/LinearAlgebra/hesseneigs.jl
Note that there is an unfortunate side effect that you don't get auto-column scaling, so this may have side effects. I got around this with an adhoc column scaling.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.