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 8a570cb commit be17235
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 @@ -168,7 +168,7 @@ function spectral_outer!(
vecs::Adjoint{R, Matrix{R}},
symm::Hermitian{R},
temp::Matrix{R},
) where {T <: Real, R <: RealOrComplex{T}}
) where {R <: RealOrComplex}
mul!(temp, symm, vecs')
mul!(mat, vecs, temp)
return mat
Expand Down

0 comments on commit be17235

Please sign in to comment.