JuliaLinearAlgebra / ArnoldiMethod.jl

The Arnoldi Method with Krylov-Schur restart, natively in Julia.
https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev
MIT License
102 stars 18 forks source link

Misc #53

Closed NymanLauri closed 6 years ago

NymanLauri commented 6 years ago

Removed noise, made A typeless, changed naming

Fixes #47

haampie commented 6 years ago

Maybe you could drop the second argument btw, and just write

T = eltype(A)

in the function body.