Skip to content

Commit 5a4389f

Browse files
Merge pull request #280 from SciML/ChrisRackauckas-patch-1
Update operator_algebras.md
2 parents 8f1e675 + 478b0aa commit 5a4389f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/operator_algebras.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Demonstration of Operator Algebras and Kron](@id operator_algebras)
1+
# [Demonstration of Operator Algebras and Kron](@id operator_algebras)
22

33
Let `M`, `D`, `F` be matrix-based, diagonal-matrix-based, and function-based
44
`SciMLOperators` respectively. Here are some examples of composing operators
@@ -56,4 +56,4 @@ L4 = cache_operator(L4, u)
5656
# allocation-free evaluation
5757
L2(w, v, u, p, t) # == mul!(w, L2, v)
5858
L4(w, v, u, p, t, α, β) # == mul!(w, L4, v, α, β)
59-
```
59+
```

0 commit comments

Comments
 (0)