Skip to content

Commit 0250ea5

Browse files
jishnubtpapp
andauthored
Add symbols to the sym/herm docstring
Co-authored-by: Tamas K. Papp <[email protected]>
1 parent 72e58c7 commit 0250ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symmetric.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ nonhermitianwrappertype(::Hermitian) = identity
240240
"""
241241
LinearAlgebra.uplo(S::Union{Symmetric, Hermitian})::Symbol
242242
243-
Return a `Symbol` corresponding to the stored triangular half in the matrix `S`,
243+
Return a `Symbol` corresponding to the stored triangular half (`:U` or `:L`) in the matrix `S`,
244244
that is, the elements are common between `S` and `parent(S)` for that triangular half.
245245
The possible values that may be returned are `:U` and `:L`.
246246

0 commit comments

Comments
 (0)