File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " RootedTrees"
2
2
uuid = " 47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
3
3
authors = [" Hendrik Ranocha <mail@ranocha.de> and contributors" ]
4
- version = " 2.15.0 "
4
+ version = " 2.15.1 "
5
5
6
6
[deps ]
7
7
Latexify = " 23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ color_to_index(color::Bool) = 1 + color
206
206
elementary_weight(t::ColoredRootedTree, ark::AdditiveRungeKuttaMethod)
207
207
208
208
Compute the elementary weight Φ(`t`) of the [`AdditiveRungeKuttaMethod`](@ref)
209
- `ark` for a colored rooted tree `t`` .
209
+ `ark` for a colored rooted tree `t`.
210
210
211
211
# References
212
212
353
353
elementary_weight(t::RootedTree, ros::RosenbrockMethod)
354
354
355
355
Compute the elementary weight Φ(`t`) of the [`RosenbrockMethod`](@ref) `ros`
356
- for a rooted tree `t`` .
356
+ for a rooted tree `t`.
357
357
"""
358
358
function elementary_weight (t:: RootedTree , ros:: RosenbrockMethod )
359
359
dot (ros. b, derivative_weight (t, ros))
You can’t perform that action at this time.
0 commit comments