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 64ed9d2 + 1c5c443 commit 3bc55dfCopy full SHA for 3bc55df
docs/src/semilinear/Linear.md
@@ -30,7 +30,7 @@ function update_func(A, u, p, t)
30
A[2, 2] = 0
31
end
32
A0 = ones(2, 2)
33
-A = DiffEqArrayOperator(A0, update_func = update_func)
+A = MatrixOperator(A0, update_func = update_func)
34
u0 = ones(2)
35
tspan = (0.0, 30.0)
36
prob = ODEProblem(A, u0, tspan)
0 commit comments