We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a2937 commit f839ff9Copy full SHA for f839ff9
src/steady_state_stability.jl
@@ -40,7 +40,7 @@ form of maps.
40
- Catalyst currently computes steady state stabilities using the naive approach of checking whether
41
a system's largest eigenvalue real part is negative. While more advanced stability computation
42
methods exist (and would be a welcome addition to Catalyst), there is no direct plans to implement
43
-these. Furthermore, Catalyst uses a arbitrary tolerance tol ~ 1.5*10^-7 to determine whether a
+these. Furthermore, Catalyst uses a tolerance `tol = 10*sqrt(eps())` to determine whether a
44
computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold can be changed through the `tol` argument.
45
```
46
"""
0 commit comments