COMBINATORIAL_BLAS  1.6
LatestRetwitterBFS Struct Reference

#include <TwitterEdge.h>

Static Public Member Functions

static ParentType id ()
 
static bool returnedSAID (bool setFlagTo=false)
 
static ParentType add (const ParentType &arg1, const ParentType &arg2)
 
static MPI_Op mpi_op ()
 
static ParentType multiply (const TwitterEdge &arg1, const ParentType &arg2)
 
static void axpy (TwitterEdge a, const ParentType &x, ParentType &y)
 

Static Public Attributes

static MPI_Op MPI_BFSADD
 
static time_t sincedate = -1
 

Detailed Description

Filters are only indirectly supported in Combinatorial BLAS KDT generates them by embedding their filter stack and pushing those predicates to the SR::multiply() function, conceptually like if(predicate(maxrix_val)) { bin_op(xxx) } Here we emulate this filtered traversal approach.

Definition at line 253 of file TwitterEdge.h.

Member Function Documentation

◆ add()

static ParentType LatestRetwitterBFS::add ( const ParentType arg1,
const ParentType arg2 
)
inlinestatic

Definition at line 270 of file TwitterEdge.h.

◆ axpy()

static void LatestRetwitterBFS::axpy ( TwitterEdge  a,
const ParentType x,
ParentType y 
)
inlinestatic

Definition at line 285 of file TwitterEdge.h.

◆ id()

static ParentType LatestRetwitterBFS::id ( )
inlinestatic

Definition at line 256 of file TwitterEdge.h.

◆ mpi_op()

static MPI_Op LatestRetwitterBFS::mpi_op ( )
inlinestatic

Definition at line 275 of file TwitterEdge.h.

◆ multiply()

static ParentType LatestRetwitterBFS::multiply ( const TwitterEdge arg1,
const ParentType arg2 
)
inlinestatic

Definition at line 281 of file TwitterEdge.h.

◆ returnedSAID()

static bool LatestRetwitterBFS::returnedSAID ( bool  setFlagTo = false)
inlinestatic

Definition at line 261 of file TwitterEdge.h.

Member Data Documentation

◆ MPI_BFSADD

MPI_Op LatestRetwitterBFS::MPI_BFSADD
static

Definition at line 255 of file TwitterEdge.h.

◆ sincedate

time_t LatestRetwitterBFS::sincedate = -1
static

Definition at line 280 of file TwitterEdge.h.


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