File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# NEP-PACK
2
2
3
- This package is a first alpha version of methods for nonlinear eigenvalue problems in julia.
3
+ A nonlinear eigenvalue problem is the problem to determine a scalar λ and a vector v such that
4
+ <p align =" center " >M(λ)v=0</p >
5
+ where M is an nxn-matrix depending on a parameter. This package is a first version of methods for nonlinear eigenvalue problems in julia.
4
6
5
7
# How to use it?
6
8
7
- The user documentation is available on github pages:
9
+ It's easy. Installation in a one-liner:
10
+ ```
11
+ julia> Pkg.clone("git://github.com/nep-pack/NonlinearEigenproblems.jl.git");
12
+ ```
13
+ Check out "Getting started" in the user documentation
8
14
https://nep-pack.github.io/NonlinearEigenproblems.jl
9
15
10
16
# Developers
You can’t perform that action at this time.
0 commit comments