COMBINATORIAL_BLAS  1.6
combblas::VertexTypeMM< IT > Struct Template Reference

#include <MatchingDefs.h>

Public Member Functions

 VertexTypeMM (IT p=-1, IT r=-1, double w=0)
 

Public Attributes

IT parent
 
IT root
 
double comp
 

Friends

bool operator< (const VertexTypeMM &vtx1, const VertexTypeMM &vtx2)
 
bool operator== (const VertexTypeMM &vtx1, const VertexTypeMM &vtx2)
 
std::ostream & operator<< (std::ostream &os, const VertexTypeMM &vertex)
 

Detailed Description

template<typename IT>
struct combblas::VertexTypeMM< IT >

Definition at line 39 of file MatchingDefs.h.

Constructor & Destructor Documentation

◆ VertexTypeMM()

template<typename IT >
combblas::VertexTypeMM< IT >::VertexTypeMM ( IT  p = -1,
IT  r = -1,
double  w = 0 
)
inline

Definition at line 42 of file MatchingDefs.h.

Friends And Related Function Documentation

◆ operator<

template<typename IT >
bool operator< ( const VertexTypeMM< IT > &  vtx1,
const VertexTypeMM< IT > &  vtx2 
)
friend

Definition at line 43 of file MatchingDefs.h.

◆ operator<<

template<typename IT >
std::ostream& operator<< ( std::ostream &  os,
const VertexTypeMM< IT > &  vertex 
)
friend

Definition at line 55 of file MatchingDefs.h.

◆ operator==

template<typename IT >
bool operator== ( const VertexTypeMM< IT > &  vtx1,
const VertexTypeMM< IT > &  vtx2 
)
friend

Definition at line 54 of file MatchingDefs.h.

Member Data Documentation

◆ comp

template<typename IT >
double combblas::VertexTypeMM< IT >::comp

Definition at line 58 of file MatchingDefs.h.

◆ parent

template<typename IT >
IT combblas::VertexTypeMM< IT >::parent

Definition at line 55 of file MatchingDefs.h.

◆ root

template<typename IT >
IT combblas::VertexTypeMM< IT >::root

Definition at line 57 of file MatchingDefs.h.


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