Skip to content

Commit d0c77ec

Browse files
correct documentation
1 parent 158069e commit d0c77ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Operations/Element_wise_multiplication.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ julia> GrB_Matrix_extractTuples(C)
349349
([0, 2], [2, 0], [36, 47])
350350
```
351351
"""
352-
353352
function GrB_eWiseMult_Matrix_Monoid( # C<Mask> = accum (C, A.*B)
354353
C::GrB_Matrix, # input/output matrix for results
355354
Mask::T, # optional mask for C, unused if NULL

0 commit comments

Comments
 (0)