Skip to content

Commit 0b76d1f

Browse files
author
Wimmerer
committed
see also
1 parent 8eb12d5 commit 0b76d1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/operators/selectops.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,16 @@ SelectOps.TRIL
7171
select(SelectOps.TRIU, A, k=0)
7272
7373
Select the entries on or above the `k`th diagonal of A.
74+
75+
See also: `LinearAlgebra.TRIL`
7476
"""
7577
SelectOps.TRIU
7678
"""
7779
select(SelectOps.DIAG, A, k=0)
7880
7981
Select the entries on the `k`th diagonal of A.
82+
83+
See also: `LinearAlgebra.TRIU`
8084
"""
8185
SelectOps.DIAG
8286
"""

0 commit comments

Comments
 (0)