diff --git a/beyn.py b/beyn.py index 45606f35a5ed79a2057655adf98841cd3944c1aa..212678275ee3a24f367e9e476e41021a4ed5865f 100644 --- a/beyn.py +++ b/beyn.py @@ -11,9 +11,10 @@ def simple(operator, origin, radius, origin -- the origin (in the complex plane) of the above circular contour radius -- the radius of the circular contour used to search the eigenvalues 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) 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) Returns the computed eigenvalues