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 bce2ca2 commit 49a1846Copy full SHA for 49a1846
src/dynamicalsystem/dynamicalsystem.jl
@@ -57,7 +57,7 @@ Here is how to define them:
57
`t` stands for time (integer for discrete systems).
58
iip is suggested for big systems, whereas oop is suggested for small systems.
59
The break-even point at around 100 dimensions, and for using functions that use the
60
-tangent space (like e.g. [`lyapunovs`](@ref) or [`gali`](@ref), the break-even
+tangent space (like e.g. `lyapunovs` or `gali`), the break-even
61
point is at around 10 dimensions.
62
63
The constructor deduces automatically whether `eom` is iip or oop. It is not
0 commit comments