nep-pack / NonlinearEigenproblems.jl

Nonlinear eigenvalue problems in Julia: Iterative methods and benchmarks
https://nep-pack.github.io/NonlinearEigenproblems.jl
MIT License
92 stars 15 forks source link

LowRank NEP to NEPTypes #157

Closed jarlebring closed 5 years ago

jarlebring commented 5 years ago

Several NEPs in the gallery and also in application are low-rank NEPs. We currently have code for LowRank (factorized) NEPs in test/nleigs/nleigs_nep_types.jl. If we move this code to NEPTypes we can use it in gallery problems nlevp_native_fiber, beam, sine and dimer_dtn (and maybe more).

jarlebring commented 5 years ago

Closed by #158.