#include <iostream>#include "SpMat.h"#include "SpHelper.h"#include "StackEntry.h"#include "Isect.h"#include "Deleter.h"#include "SpImpl.h"#include "SpParHelper.h"#include "Compare.h"#include "CombBLAS.h"#include "PreAllocatedSPA.h"
Go to the source code of this file.
Classes | |
| class | combblas::SpTuples< IT, NT > |
| class | combblas::SpDCCols< IT, NT > |
| class | combblas::Dcsc< IT, NT > |
Namespaces | |
| combblas | |
Functions | |
| template<typename SR , typename NTO , typename IT , typename NT1 , typename NT2 > | |
| SpTuples< IT, NTO > * | combblas::LocalSpGEMM (const SpDCCols< IT, NT1 > &A, const SpDCCols< IT, NT2 > &B, bool clearA, bool clearB) |