GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
229 stars 61 forks source link

Fix comment for comb/nchoosek operator #13

Closed szarnyasg closed 5 years ago

szarnyasg commented 5 years ago

Simple fix to align the comment and the behavior of the code: (x choose 2) / 2 = x * (x-1)