Skip to content

Commit 1d80b8d

Browse files
authored
Docstring jacobian vector instead of scalar
1 parent ac768f3 commit 1d80b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/direct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end
1212

1313
"""
1414
```julia
15-
jacobian(O::Expression, vars::AbstractVector{<:Expression}; simplify = true)
15+
jacobian(ops::AbstractVector{<:Expression}, vars::AbstractVector{<:Expression}; simplify = true)
1616
```
1717
1818
A helper function for computing the Jacobian of an array of expressions with respect to

0 commit comments

Comments
 (0)