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

Disable sorting of eigenvalues when testing triangular matrices. #99

Closed andreasnoack closed 3 years ago

andreasnoack commented 5 years ago

Fixes #98

haampie commented 3 years ago

Commit was cherry-picked and pushed.