ToPS
|
This class is a generic prefix sum array. More...
#include <NullPrefixSumArray.hpp>
Public Member Functions | |
virtual void | initialize (const Sequence &s) |
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 |
compute the prefix sum array | |
virtual double | compute (int begin, int end, int start_phase) const |
compute the prefix sum array |
This class is a generic prefix sum array.
Definition at line 36 of file NullPrefixSumArray.hpp.