Skip to content

Commit c280acc

Browse files
pclusDatseris
andauthored
Update tangent_space.jl documentation (#206)
* Update tangent_space.jl documentation Clarification of the explanation of the Jacobian in the documentation of TangentDynamicalSystem. See https://discourse.julialang.org/t/jacobian-in-tangentdynamicalsystem/113140 * Update Project.toml --------- Co-authored-by: George Datseris <datseris.george@gmail.com>
1 parent 298a627 commit c280acc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicalSystemsBase"
22
uuid = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
33
repo = "https://github.com/JuliaDynamics/DynamicalSystemsBase.jl.git"
4-
version = "3.8.1"
4+
version = "3.8.2"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

src/derived_systems/tangent_space.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in the same form as `f`, the [`dynamic_rule`](@ref).
6767
Specifically, `J(u, p, n) -> M::SMatrix`
6868
for the out-of-place version or `J(M, u, p, n)` for the in-place version
6969
acting in-place on `M`.
70-
in both cases `M` is a matrix whose columns are the deviation vectors.
70+
In both cases `M` is the Jacobian matrix used for the evolution of the deviation vectors.
7171
7272
By default `J = nothing`. In this case `J` is constructed automatically using
7373
the module [`ForwardDiff`](https://github.com/JuliaDiff/ForwardDiff.jl),

0 commit comments

Comments
 (0)