Skip to content

Commit 17a6a58

Browse files
Update SciMLOperators.jl
1 parent 44f7121 commit 17a6a58

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/SciMLOperators.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ Subtypes of `AbstractSciMLOperator` represent linear, nonlinear,
2626
time-dependent operators acting on vectors, or matrix column-vectors.
2727
A lazy operator algebra is also defined for `AbstractSciMLOperator`s.
2828
29+
# Mathematical Notation
30+
31+
An `AbstractSciMLOperator` ``L`` is an operator which is used to represent
32+
the following type of equation:
33+
34+
```math
35+
w = L(u,p,t)[v]
36+
```
37+
38+
where `L[v]` is the operator application of ``L`` on the vector ``v``.
39+
2940
# Interface
3041
3142
An `AbstractSciMLOperator` can be called like a function in the following ways:

0 commit comments

Comments
 (0)