COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
Node.h File Reference
#include <iostream>
#include <math.h>
#include <set>
#include <limits>
#include "Ft.h"
#include "../../trunk/CombBLAS/CombBLAS.h"
Include dependency graph for Node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Node
 
struct  SPSRing
 
struct  promote_trait< Node, Node >
 
struct  promote_trait< double, Node >
 
struct  promote_trait< Node, double >
 
struct  promote_trait< Ft, Node >
 

Functions

template<typename c , typename t >
std::basic_ostream< c, t > & operator<< (std::basic_ostream< c, t > &lhs, const Node &rhs)
 
template<>
MPI::Datatype MPIType< Node > (void)
 
void apply (void *invec, void *inoutvec, int *len, MPI_Datatype *datatype)
 

Variables

MPI_Op staticMPIop
 
MPI::Datatype Node_MPI_datatype
 

Function Documentation

◆ apply()

void apply ( void *  invec,
void *  inoutvec,
int *  len,
MPI_Datatype *  datatype 
)

Definition at line 114 of file Node.h.

◆ MPIType< Node >()

template<>
MPI::Datatype MPIType< Node > ( void  )

Definition at line 93 of file Node.h.

◆ operator<<()

template<typename c , typename t >
std::basic_ostream< c, t > & operator<< ( std::basic_ostream< c, t > &  lhs,
const Node rhs 
)
inline

Definition at line 13 of file Node.h.

Variable Documentation

◆ Node_MPI_datatype

MPI::Datatype Node_MPI_datatype

Definition at line 92 of file Node.h.

◆ staticMPIop

MPI_Op staticMPIop

Definition at line 13 of file Node.h.