Skip to content

Commit c973faf

Browse files
correct transpose documentation
1 parent cb04052 commit c973faf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Operations/Transpose.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Compute a new matrix that is the transpose of the source matrix.
55
66
# Examples
7-
7+
```jldoctest
88
julia> using SuiteSparseGraphBLAS
99
1010
julia> GrB_init(GrB_NONBLOCKING)
@@ -35,6 +35,7 @@ GrB_SUCCESS::GrB_Info = 0
3535
3636
julia> GrB_Matrix_extractTuples(M_TRAN)
3737
([1, 2], [0, 0], [10, 20])
38+
```
3839
"""
3940
function GrB_transpose( # C<Mask> = accum (C, A')
4041
C::GrB_Matrix, # input/output matrix for results

0 commit comments

Comments
 (0)