Skip to content

Commit 58c686b

Browse files
committed
get rid of unused definitions for JVPCache
1 parent 6f53a4e commit 58c686b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/OrdinaryDiffEqDifferentiation/src/operators.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ function (op::JVPCache)(Jv, v, u, p, t)
4747
return Jv
4848
end
4949

50-
Base.:*(J::JVPCache, v::AbstractArray) = J.jvp_op(v, J.u, J.p, J.t)
51-
Base.:*(J::JVPCache, v::Number) = J.jvp_op(v, J.u, J.p, J.t)
52-
5350
function LinearAlgebra.mul!(
5451
Jv::AbstractArray, J::JVPCache, v::AbstractArray)
5552
J.jvp_op(Jv, v, J.u, J.p, J.t)

0 commit comments

Comments
 (0)