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.
2 parents ac768f3 + 1d80b8d commit fff4d5cCopy full SHA for fff4d5c
src/direct.jl
@@ -12,7 +12,7 @@ end
12
13
"""
14
```julia
15
-jacobian(O::Expression, vars::AbstractVector{<:Expression}; simplify = true)
+jacobian(ops::AbstractVector{<:Expression}, vars::AbstractVector{<:Expression}; simplify = true)
16
```
17
18
A helper function for computing the Jacobian of an array of expressions with respect to
0 commit comments