Skip to content

Commit 342fc63

Browse files
committed
Update docstring for sym/herm
1 parent 2ae7f2b commit 342fc63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/symmetric.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ nonhermitianwrappertype(::Hermitian) = identity
242242
243243
Return a `Symbol` corresponding to the stored triangular half in the matrix `S`,
244244
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`.
245246
246247
# Example
247248
```jldoctest

0 commit comments

Comments
 (0)