Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar authored and gsvgit committed Apr 4, 2024
1 parent 7852c2d commit 2f5ba61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GraphBLAS-sharp.Backend/Common/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module Common =
/// Sorts in-place input array of values by their 2d indices,
/// which are stored in two given arrays of keys: rows and columns.
/// When comparing, it first looks at rows, then columns.
/// Note that maximum possible workGroupSize is used internally for better perfomance.
/// </summary>
/// <example>
/// <code>
Expand Down

0 comments on commit 2f5ba61

Please sign in to comment.