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 2ae7f2b commit 342fc63Copy full SHA for 342fc63
src/symmetric.jl
@@ -242,6 +242,7 @@ nonhermitianwrappertype(::Hermitian) = identity
242
243
Return a `Symbol` corresponding to the stored triangular half 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
247
# Example
248
```jldoctest
0 commit comments