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 4ff1ca9 commit b7710bfCopy full SHA for b7710bf
src/func.jl
@@ -619,7 +619,7 @@ isconvertible(L::FunctionOperator) = L.traits.isconvertible
619
isconstant(L::FunctionOperator) = L.traits.isconstant
620
has_adjoint(L::FunctionOperator) = !(L.op_adjoint isa Nothing)
621
has_mul(::FunctionOperator{iip}) where {iip} = true
622
-has_mul!(::FunctionOperator{iip}) where {iip} = iip
+has_mul!(::FunctionOperator{iip}) where {iip} = true
623
has_ldiv(L::FunctionOperator{iip}) where {iip} = !(L.op_inverse isa Nothing)
624
has_ldiv!(L::FunctionOperator{iip}) where {iip} = iip & !(L.op_inverse isa Nothing)
625
0 commit comments