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 17a6a58 commit 06083e9Copy full SHA for 06083e9
src/interface.jl
@@ -82,7 +82,7 @@ $(UPDATE_COEFFS_WARNING)
82
# Example
83
84
```
85
-using SciMLOperator
+using SciMLOperators
86
87
_A = rand(4, 4)
88
mat_update_func! = (L, u, p, t; scale = 1.0) -> copy!(A, _A)
0 commit comments