Skip to content

Commit 8f52b9b

Browse files
try fix invalidations
1 parent c0aa586 commit 8f52b9b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/TimedOperators.jl

-9
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ mutable struct TimedLinearOperator{T, OP <: AbstractLinearOperator{T}, F, Ft, Fc
1111
ctprod!::Fct
1212
end
1313

14-
TimedLinearOperator(
15-
timer::TimerOutput,
16-
op::AbstractLinearOperator{T},
17-
prod!::F,
18-
tprod!::Ft,
19-
ctprod!::Fct,
20-
) where {T, F, Ft, Fct} =
21-
TimedLinearOperator{T, typeof(op), F, Ft, Fct}(timer, op, prod!, tprod!, ctprod!)
22-
2314
"""
2415
TimedLinearOperator(op)
2516
Creates a linear operator instrumented with timers from TimerOutputs.

0 commit comments

Comments
 (0)