COMBINATORIAL_BLAS  1.6
prunediscovered Struct Reference
Inheritance diagram for prunediscovered:

Public Member Functions

int64_t operator() (int64_t x, const int64_t &y) const
 
int64_t operator() (int64_t x, const int64_t &y) const
 
int64_t operator() (int64_t x, const int64_t &y) const
 

Detailed Description

Binary function to prune the previously discovered vertices from the current frontier When used with EWiseApply(SparseVec V, DenseVec W,...) we get the 'exclude = false' effect of EWiseMult

Definition at line 127 of file DirOptBFS.cpp.

Member Function Documentation

◆ operator()() [1/3]

int64_t prunediscovered::operator() ( int64_t  x,
const int64_t y 
) const
inline

Definition at line 84 of file SingleChildBFS.cpp.

◆ operator()() [2/3]

int64_t prunediscovered::operator() ( int64_t  x,
const int64_t y 
) const
inline

Definition at line 99 of file TopDownBFS.cpp.

◆ operator()() [3/3]

int64_t prunediscovered::operator() ( int64_t  x,
const int64_t y 
) const
inline

Definition at line 129 of file DirOptBFS.cpp.


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