Skip to content

Commit

Permalink
Update src/implementations/LinearAlgebra.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Besançon <[email protected]>
  • Loading branch information
odow and matbesancon authored Oct 12, 2023
1 parent 1c70967 commit cc35610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/implementations/LinearAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ end
similar_array_type(::Type{Array{T,N}}, ::Type{S}) where {S,T,N} = Array{S,N}

similar_array_type(::Type{BitArray{N}}, ::Type{S}) where {S,N} = Array{S,N}
similar_array_type(::Type{BitArray{N}}, ::Type{Bool}) where {N} = BitArray{N}

function promote_operation(
op::typeof(*),
Expand Down

0 comments on commit cc35610

Please sign in to comment.