The CyMeAlg Software (Release 0.01)
|
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... | |
This header file contains a procedure for computing the transpose graph.
Definition in file transpose.h.