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 94a59ad commit 6ad36bbCopy full SHA for 6ad36bb
src/Operations/Reduce.jl
@@ -59,10 +59,10 @@ function GrB_Vector_reduce( # c = accum (c, reduce_to_scalar (u))
59
return scalar[]
60
end
61
62
-function GrB_Matrix_reduce( # c = accum (c, reduce_to_scalar (u))
+function GrB_Matrix_reduce( # c = accum (c, reduce_to_scalar (A))
63
accum::U, # optional accum for c=accum(c,t)
64
monoid::GrB_Monoid, # monoid to do the reduction
65
- A::GrB_Matrix{T}, # vector to reduce
+ A::GrB_Matrix{T}, # matrix to reduce
66
desc::V # descriptor (currently unused)
67
) where {T <: valid_types, U <: valid_accum_types, V <: valid_desc_types}
68
0 commit comments