We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dc355 commit 8f26668Copy full SHA for 8f26668
src/matrix.jl
@@ -86,7 +86,7 @@ LinearAlgebra.ldiv!(L::MatrixOperator, u::AbstractVecOrMat) = ldiv!(L.A, u)
86
```julia
87
DiagonalOperator(diag, [; update_func])
88
89
-Represents a time-dependent elementwise scaling (diagonal-scalign) operation.
+Represents a time-dependent elementwise scaling (diagonal-scaling) operation.
90
The update function is called by `update_coefficients!` and is assumed to have
91
the following signature:
92
0 commit comments