ToPS
Public Member Functions
tops::NullPrefixSumArray Class Reference

This class is a generic prefix sum array. More...

#include <NullPrefixSumArray.hpp>

Inheritance diagram for tops::NullPrefixSumArray:
tops::PrefixSumArray

List of all members.

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

Detailed Description

This class is a generic prefix sum array.

Definition at line 36 of file NullPrefixSumArray.hpp.


The documentation for this class was generated from the following file: