Skip to content
Snippets Groups Projects
Commit 2a06ad21 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

getdp: more on doc

parent 99730fba
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,10 @@ def simple(operator, origin, radius, ...@@ -11,9 +11,10 @@ def simple(operator, origin, radius,
origin -- the origin (in the complex plane) of the above circular contour origin -- the origin (in the complex plane) of the above circular contour
radius -- the radius of the circular contour used to search the eigenvalues radius -- the radius of the circular contour used to search the eigenvalues
nodes -- the number of nodes for the trapezoidal integration rule (optional) nodes -- the number of nodes for the trapezoidal integration rule (optional)
maxIt -- the maximal number of iteration for constructing A0 (optional)
lStart -- the number of columns used for A0 when algorithm starts (optional) lStart -- the number of columns used for A0 when algorithm starts (optional)
lStep -- the step used for increasing the number of columns of A0 (optional) lStep -- the step used for increasing the number of columns of A0 (optional)
rankTol -- the tolerance for the rank test rankTol -- the tolerance for the rank test (optional)
verbose -- should I be verbose? (optional) verbose -- should I be verbose? (optional)
Returns the computed eigenvalues Returns the computed eigenvalues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment