tmp/tmpyat82ogu/{from.md → to.md}
RENAMED
|
@@ -72,7 +72,7 @@ GENERALIZED_NONCOMMUTATIVE_SUM(
|
|
| 72 |
*Remarks:* `result` may be equal to `first`.
|
| 73 |
|
| 74 |
[*Note 1*: The difference between `exclusive_scan` and `inclusive_scan`
|
| 75 |
is that `exclusive_scan` excludes the iᵗʰ input element from the iᵗʰ
|
| 76 |
sum. If `binary_op` is not mathematically associative, the behavior of
|
| 77 |
-
`exclusive_scan`
|
| 78 |
|
|
|
|
| 72 |
*Remarks:* `result` may be equal to `first`.
|
| 73 |
|
| 74 |
[*Note 1*: The difference between `exclusive_scan` and `inclusive_scan`
|
| 75 |
is that `exclusive_scan` excludes the iᵗʰ input element from the iᵗʰ
|
| 76 |
sum. If `binary_op` is not mathematically associative, the behavior of
|
| 77 |
+
`exclusive_scan` can be nondeterministic. — *end note*]
|
| 78 |
|