Skip to content

Commit

Permalink
forgot namespace, sorry about that
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms authored Nov 5, 2023
1 parent 11acff5 commit 9d065e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function LinearAlgebra._dot_nonrecursive(
return fused_map_reduce(add_mul, lhs, rhs)
end

for types in (Symmetric, Hermitian, AbstractArray)
for types in (LinearAlgebra.Symmetric, LinearAlgebra.Hermitian, AbstractArray)
type_pairs = (types, types{<:AbstractMutable})
for T in type_pairs, S in type_pairs
if T <: types{<:AbstractMutable} || S <: types{<:AbstractMutable}
Expand Down

0 comments on commit 9d065e8

Please sign in to comment.