Skip to content

Commit 1e62be3

Browse files
Update src/symmetric.jl
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
1 parent 595dc28 commit 1e62be3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/symmetric.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ See also [`hermitianpart!`](@ref) for the corresponding in-place operation.
10201020
!!! compat "Julia 1.10"
10211021
This function requires Julia 1.10 or later.
10221022
"""
1023-
10241023
hermitianpart(A::AbstractMatrix, uplo::Symbol=:U) = Hermitian(_hermitianpart(A), uplo)
10251024
hermitianpart(x::Number) = float(real(x))
10261025

0 commit comments

Comments
 (0)