Skip to content

Commit 08c65bc

Browse files
committed
Merge branch 'batch' of github.com:vpuri3/SciMLOperators.jl into batch
2 parents 0b4cfed + 391e238 commit 08c65bc

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
@@ -83,7 +83,8 @@ LinearAlgebra.ldiv!(v::AbstractVecOrMat, L::MatrixOperator, u::AbstractVecOrMat)
8383
LinearAlgebra.ldiv!(L::MatrixOperator, u::AbstractVecOrMat) = ldiv!(L.A, u)
8484

8585
"""
86-
DiagonalOperator(diag, [; update_func])
86+
```julia
87+
DiagonalOperator(diag, [; update_func])
8788
8889
Represents a time-dependent elementwise scaling (diagonal-scalign) operation.
8990
The update function is called by `update_coefficients!` and is assumed to have

0 commit comments

Comments
 (0)