Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/tutorials/operator_algebras.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Demonstration of Operator Algebras and Kron](@id operator_algebras)
# [Demonstration of Operator Algebras and Kron](@id operator_algebras)

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