|
| | OptBuf () |
| |
| void | MarkEmpty () |
| |
| void | Set (const std::vector< int > &maxsizes, int mA) |
| |
| | ~OptBuf () |
| |
| | OptBuf (const OptBuf< IT, NT > &rhs) |
| |
| OptBuf< IT, NT > & | operator= (const OptBuf< IT, NT > &rhs) |
| |
| | OptBuf () |
| |
| void | MarkEmpty () |
| |
| void | Set (const std::vector< int > &maxsizes, int mA) |
| |
| | ~OptBuf () |
| |
| | OptBuf (const OptBuf< IT, NT > &rhs) |
| |
| OptBuf< IT, NT > & | operator= (const OptBuf< IT, NT > &rhs) |
| |
| | OptBuf () |
| |
| void | MarkEmpty () |
| |
| void | Set (const std::vector< int > &maxsizes, int mA) |
| |
| | ~OptBuf () |
| |
| | OptBuf (const OptBuf< IT, NT > &rhs) |
| |
| OptBuf< IT, NT > & | operator= (const OptBuf< IT, NT > &rhs) |
| |
template<class IT, class NT>
class combblas::OptBuf< IT, NT >
This special data structure is used for optimizing BFS iterations by providing a fixed sized buffer for communication the contents of the buffer are irrelevant until SpImpl:SpMXSpV starts hence the copy constructor that doesn't copy contents
Definition at line 43 of file OptBuf.h.