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 9e6d0e3 commit fb4e7edCopy full SHA for fb4e7ed
src/operators/operators.jl
@@ -3,10 +3,6 @@
3
isconstant(::AbstractDiffEqLinearOperator) = true
4
islinear(o::AbstractDiffEqLinearOperator) = isconstant(o)
5
6
-# fallbacks
7
-islinear(L) = false
8
-isconstant(L) = false
9
-
10
# Other ones from LinearMaps.jl
11
# Generic fallbacks
12
LinearAlgebra.exp(L::AbstractDiffEqLinearOperator, t) = exp(t * L)
0 commit comments