Scan

Scan operations are useful when working with prefix sums.

We'll cover the following...

exclusive_scan: computes the exclusive prefix sum using a binary operation

  • Behaves similar to std::
...