#include <iostream>
#include <fstream>
#include <cmath>
#include "SpMat.h"
#include "SpHelper.h"
#include "StackEntry.h"
#include "dcsc.h"
#include "Isect.h"
#include "Semirings.h"
#include "MemoryPool.h"
#include "LocArr.h"
#include "Friends.h"
#include "CombBLAS.h"
#include "FullyDist.h"
#include "SpDCCols.cpp"
Go to the source code of this file.
|
class | combblas::SpDCCols< IT, NT > |
|
class | combblas::SpDCCols< IT, NT >::SpColIter |
| Iterate over (sparse) columns of the sparse matrix. More...
|
|
class | combblas::SpDCCols< IT, NT >::SpColIter::NzIter |
| Iterate over the nonzeros of the sparse column. More...
|
|
struct | combblas::promote_trait< SpDCCols< IT, NT >, SpDCCols< IT, NT > > |
|
struct | combblas::promote_trait< SpDCCols< IT, bool >, SpDCCols< IT, NT >, typename combblas::disable_if< combblas::is_boolean< NT >::value >::type > |
|
struct | combblas::promote_trait< SpDCCols< IT, NT >, SpDCCols< IT, bool >, typename combblas::disable_if< combblas::is_boolean< NT >::value >::type > |
|
struct | combblas::promote_trait< SpDCCols< IT, int >, SpDCCols< IT, float > > |
|
struct | combblas::promote_trait< SpDCCols< IT, float >, SpDCCols< IT, int > > |
|
struct | combblas::promote_trait< SpDCCols< IT, int >, SpDCCols< IT, double > > |
|
struct | combblas::promote_trait< SpDCCols< IT, double >, SpDCCols< IT, int > > |
|
struct | combblas::create_trait< DER, NIT, NNT > |
|
struct | combblas::create_trait< SpDCCols< OIT, ONT >, NIT, NNT > |
|