Skip to content

Commit 9ec3005

Browse files
araujomsKristofferC
authored andcommitted
typo
1 parent ec06c72 commit 9ec3005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matmul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Base.@constprop :aggressive function herk_wrapper!(C::Union{StridedMatrix{T}, St
832832
# Result array does not need to be initialized as long as beta==0
833833
# C = Matrix{T}(undef, mA, mA)
834834

835-
if iszero(β) || issymmetric(C)
835+
if iszero(β) || ishermitian(C)
836836
alpha, beta = promote(α, β, zero(T))
837837
if (alpha isa Union{Bool,T} &&
838838
beta isa Union{Bool,T} &&

0 commit comments

Comments
 (0)