Skip to content

Commit 6390bd2

Browse files
authored
make is_lazy_conjugate always False for real eltype
1 parent b910ae6 commit 6390bd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ Examples
867867
868868
"""
869869
is_lazy_conjugate(::T) where {T <: AbstractArray} = _is_lazy_conjugate(T, False())
870+
is_lazy_conjugate(::AbstractArray{<:Real}) = False()
870871

871872
function _is_lazy_conjugate(::Type{T}, isconj) where {T <: AbstractArray}
872873
Tp = parent_type(T)

0 commit comments

Comments
 (0)