33 #ifndef _CYMEALG_TRANSPOSE_H_ 34 #define _CYMEALG_TRANSPOSE_H_ 37 #include "chomp/system/config.h" 42 template <
class Graph1,
class Graph2>
43 inline void transpose (
const Graph1 &g, Graph2 &result,
44 bool copyweights =
false)
53 #endif // _CYMEALG_TRANSPOSE_H_ void transpose(const Graph1 &g, Graph2 &result, bool copyweights=false)
Creates a transposed graph.