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 c145d9f commit 187b44dCopy full SHA for 187b44d
docs/src/types/nonautonomous_linear_ode.md
@@ -20,7 +20,7 @@ such as ``A`` being a constant or ``A`` being only time-dependent (``A(t)``).
20
### Construction
21
22
Creating a non-autonomous linear ODE is the same as an `ODEProblem`, except `f`
23
-is represented by an `AbstractDiffEqOperator` (note: this means that any standard
+is represented by an `AbstractSciMLOperator` (note: this means that any standard
24
ODE solver can also be applied to problems written in this form). As an example:
25
26
```julia
0 commit comments