JuliaLinearAlgebra / ArnoldiMethod.jl

The Arnoldi Method with Krylov-Schur restart, natively in Julia.

Home Page:https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reuse some temporaries

haampie opened this issue · comments

AFAIK we only need an additional V, H and Q. Better just put them in a struct as well.

Closed via #81