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 35d62ea commit 4980386Copy full SHA for 4980386
src/operations.jl
@@ -79,3 +79,4 @@ Base.promote_rule(::Type{<:Constant}, ::Type{<:Operation}) = Operation
79
Base.promote_rule(::Type{<:Operation}, ::Type{<:Constant}) = Operation
80
81
LinearAlgebra.lu(O::AbstractMatrix{<:Operation};kwargs...) = lu(O,Val(false);kwargs...)
82
+Base.real(x::Operation) = x
0 commit comments