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.
is_lazy_conjugate
False
eltype
1 parent b910ae6 commit 6390bd2Copy full SHA for 6390bd2
src/ArrayInterface.jl
@@ -867,6 +867,7 @@ Examples
867
868
"""
869
is_lazy_conjugate(::T) where {T <: AbstractArray} = _is_lazy_conjugate(T, False())
870
+is_lazy_conjugate(::AbstractArray{<:Real}) = False()
871
872
function _is_lazy_conjugate(::Type{T}, isconj) where {T <: AbstractArray}
873
Tp = parent_type(T)
0 commit comments