Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
getdp
cim
Commits
2a06ad21
Commit
2a06ad21
authored
8 years ago
by
Nicolas Marsic
Browse files
Options
Downloads
Patches
Plain Diff
getdp: more on doc
parent
99730fba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beyn.py
+2
-1
2 additions, 1 deletion
beyn.py
with
2 additions
and
1 deletion
beyn.py
+
2
−
1
View file @
2a06ad21
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment