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 16e470d commit 27c5838Copy full SHA for 27c5838
src/definitions.jl
@@ -651,6 +651,3 @@ function _mul(p::AdjointPlan{T}, x::AbstractArray, ::RealInverseProjectionStyle)
651
end
652
653
plan_inv(p::AdjointPlan) = adjoint(plan_inv(p.p))
654
-function LinearAlgebra.mul!(y::AbstractArray, p::AdjointPlan, x::AbstractArray)
655
- throw(MethodError(LinearAlgebra.mul!, "mul! is not supported for adjoint plans"))
656
-end
0 commit comments