Skip to content

Commit 5adda29

Browse files
committed
switch out convert calls for concretize
1 parent ae841ce commit 5adda29

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/interface.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -453,15 +453,6 @@ for op in (
453453
end
454454
end
455455

456-
for op in (
457-
:sum, :prod,
458-
)
459-
@eval function Base.$op(L::AbstractSciMLOperator; kwargs...)
460-
@warn """using convert-based fallback in $($op)."""
461-
$op(convert(AbstractMatrix, L); kwargs...)
462-
end
463-
end
464-
465456
for pred in (
466457
:issymmetric,
467458
:ishermitian,

0 commit comments

Comments
 (0)