The CyMeAlg Software (Release 0.01)
Namespaces | Functions
transpose.h File Reference

This header file contains a procedure for computing the transpose graph. More...

#include "chomp/system/config.h"

Go to the source code of this file.

Namespaces

 cymealg
 

Functions

template<class Graph1 , class Graph2 >
void cymealg::transpose (const Graph1 &g, Graph2 &result, bool copyweights=false)
 Creates a transposed graph. More...
 

Detailed Description

This header file contains a procedure for computing the transpose graph.

Author
Pawel Pilarczyk

Definition in file transpose.h.