Go to the source code of this file.
|
| template<typename RT , typename IT , typename NT > |
| std::vector< RT > | combblas::findColSplitters (SpTuples< IT, NT > *&spTuples, int nsplits) |
| |
| template<class IT , class NT > |
| IT | combblas::SerialMergeNNZ (const std::vector< SpTuples< IT, NT > *> &ArrSpTups) |
| |
| template<class SR , class IT , class NT > |
| void | combblas::SerialMerge (const std::vector< SpTuples< IT, NT > *> &ArrSpTups, std::tuple< IT, IT, NT > *ntuples) |
| |
| template<class SR , class IT , class NT > |
| SpTuples< IT, NT > * | combblas::MultiwayMerge (std::vector< SpTuples< IT, NT > *> &ArrSpTups, IT mdim=0, IT ndim=0, bool delarrs=false) |
| |