ToPS
|
This class provides an interface for working with the prefix sum arrays. More...
#include <PrefixSumArray.hpp>
Public Member Functions | |
virtual void | initialize (const Sequence &s)=0 |
Initialize the prefix sum array. | |
virtual void | initialize (const Sequence &s, int phase) |
Initialize the prefix sum array. | |
virtual double | compute (int begin, int end) const =0 |
compute the prefix sum array | |
virtual double | compute (int begin, int end, int start_phase) const |
compute the prefix sum array |
This class provides an interface for working with the prefix sum arrays.
Definition at line 36 of file PrefixSumArray.hpp.