Skip to content

Commit 391e238

Browse files
Update src/matrix.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 071bf63 commit 391e238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/matrix.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ LinearAlgebra.ldiv!(v::AbstractVecOrMat, L::MatrixOperator, u::AbstractVecOrMat)
7979
LinearAlgebra.ldiv!(L::MatrixOperator, u::AbstractVecOrMat) = ldiv!(L.A, u)
8080

8181
"""
82-
DiagonalOperator(diag, [; update_func])
82+
```julia
83+
DiagonalOperator(diag, [; update_func])
8384
8485
Represents a time-dependent elementwise scaling (diagonal-scalign) operation.
8586
The update function is called by `update_coefficients!` and is assumed to have

0 commit comments

Comments
 (0)