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 c56adcc + a1dffa5 commit 3fbd64aCopy full SHA for 3fbd64a
docs/src/types/nonautonomous_linear_ode.md
@@ -32,7 +32,7 @@ function update_func(A, u, p, t)
32
end
33
34
using SciMLOperators
35
-A = MatrixOperator(ones(2, 2), update_func = update_func)
+A = MatrixOperator(ones(2, 2), update_func! = update_func)
36
prob = ODEProblem(A, ones(2), (10, 50.0))
37
```
38
0 commit comments