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 72e58c7 commit 0250ea5Copy full SHA for 0250ea5
src/symmetric.jl
@@ -240,7 +240,7 @@ nonhermitianwrappertype(::Hermitian) = identity
240
"""
241
LinearAlgebra.uplo(S::Union{Symmetric, Hermitian})::Symbol
242
243
-Return a `Symbol` corresponding to the stored triangular half in the matrix `S`,
+Return a `Symbol` corresponding to the stored triangular half (`:U` or `:L`) in the matrix `S`,
244
that is, the elements are common between `S` and `parent(S)` for that triangular half.
245
The possible values that may be returned are `:U` and `:L`.
246
0 commit comments