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.
1 parent 6369aac commit c145d9fCopy full SHA for c145d9f
docs/src/types/nonautonomous_linear_ode.md
@@ -13,7 +13,7 @@ These algorithms require a Non-autonomous linear ODE of the form:
13
u^\prime = A(u,p,t)u
14
```
15
16
-Where ``A`` is an [AbstractDiffEqOperator](@ref DiffEqOperators) that is
+Where ``A`` is an [AbstractSciMLOperator](@ref SciMLOperators) that is
17
multiplied against ``u``. Many algorithms specialize on the form of ``A``,
18
such as ``A`` being a constant or ``A`` being only time-dependent (``A(t)``).
19
0 commit comments