Skip to content

Commit a12118a

Browse files
committed
doc: fix docstring
1 parent 8119fa8 commit a12118a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@ A representation of a optimal control function `f`, defined by:
21092109
```
21102110
where `x` are the states of the system and `u` are the inputs (or control variables).
21112111
2112-
and all of its related functions, such as the Jacobian of `f`, its gradient
2112+
Includes all of its related functions, such as the Jacobian of `f`, its gradient
21132113
with respect to time, and more. For all cases, `u0` is the initial condition,
21142114
`p` are the parameters, and `t` is the independent variable.
21152115
@@ -2164,15 +2164,12 @@ See the section on `iip` for more details on in-place vs out-of-place handling.
21642164
on the sparsity pattern.
21652165
21662166
## iip: In-Place vs Out-Of-Place
2167-
21682167
For more details on this argument, see the ODEFunction documentation.
21692168
21702169
## specialize: Controlling Compilation and Specialization
2171-
21722170
For more details on this argument, see the ODEFunction documentation.
21732171
21742172
## Fields
2175-
#
21762173
The fields of the ControlFunction type directly match the names of the inputs.
21772174
"""
21782175
struct ControlFunction{iip, specialize, F, TMM, Ta, Tt, TJ, CTJ, JVP, VJP,

0 commit comments

Comments
 (0)