Skip to content

Commit

Permalink
Update src/linearalgebra/dense.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Coey <[email protected]>
  • Loading branch information
araujoms and chriscoey authored Apr 11, 2024
1 parent 20db3f9 commit 8a570cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linearalgebra/dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function spectral_outer!(
vecs::Matrix{R},
symm::Hermitian{R},
temp::Matrix{R},
) where {T <: Real, R <: RealOrComplex{T}}
) where {R <: RealOrComplex}
mul!(temp, vecs, symm)
mul!(mat, temp, vecs')
return mat
Expand Down

0 comments on commit 8a570cb

Please sign in to comment.