We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595dc28 commit 1e62be3Copy full SHA for 1e62be3
src/symmetric.jl
@@ -1020,7 +1020,6 @@ See also [`hermitianpart!`](@ref) for the corresponding in-place operation.
1020
!!! compat "Julia 1.10"
1021
This function requires Julia 1.10 or later.
1022
"""
1023
-
1024
hermitianpart(A::AbstractMatrix, uplo::Symbol=:U) = Hermitian(_hermitianpart(A), uplo)
1025
hermitianpart(x::Number) = float(real(x))
1026
0 commit comments