Cim
Documentation for Cim.
Usage
Cim.jl has not been registered. So it need to be installed by url. Press ] in the REPL to enter pkg> mode. Then enter
pkg> add https://github.com/peakfind/Cim.jl.gitResources
In this section, we conclude some resources for learning the Contour integral method.
- Beyn [1] and Guttel Tisseur [2] discuss the nonlinear eigenvalue problem $F(\lambda)v = 0$, where $F(\lambda)$ is a holomorphic matrix-valued function.
- A basic
MATLABimplementation can be found in Figure 5.3 in [2] - Mennicken and Moller [3] investigate a more general case: $F(\lambda)$ is a Fredholm operator and holomorphic with respect to $\lambda$.
Related Packages
- NEP-PACK/NonlinearEigenproblems.jl: It is a very general package for solving and manipulating nonlinear eigenvalue problems.
- WavesAndEigenvalues.jl: It provides an interface to define, solve, and perturb nonlinear eigenvalues.