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 049b4b3 commit b5ea523Copy full SHA for b5ea523
src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs
@@ -209,7 +209,6 @@ module internal PrefixSumInternal =
209
let runBackwardsIncludeInPlace plus = runInPlace plus true scanInclusive
210
211
/// <summary>
212
- /// This method is deprecated due to bad perfomance.
213
/// Exclude in-place prefix sum of integer array with addition operation and start value that is equal to 0.
214
/// </summary>
215
/// <example>
0 commit comments