Skip to content

Commit fb4e7ed

Browse files
committed
Remove fallbacks from SciMLOperators
1 parent 9e6d0e3 commit fb4e7ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/operators/operators.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
isconstant(::AbstractDiffEqLinearOperator) = true
44
islinear(o::AbstractDiffEqLinearOperator) = isconstant(o)
55

6-
# fallbacks
7-
islinear(L) = false
8-
isconstant(L) = false
9-
106
# Other ones from LinearMaps.jl
117
# Generic fallbacks
128
LinearAlgebra.exp(L::AbstractDiffEqLinearOperator, t) = exp(t * L)

0 commit comments

Comments
 (0)