Function
transpose
Transposes a graph, either in-place or from source to dest.
Include Headers
seqan/align.h, seqan/graph_types.h
Parameters
|  The matrix (mxn) to transpose. Types:  Matrix Remarks:  must be of type Matrix<TValue,2> (two dimensional) | |
|  Source graph. Types:  Graph | |
|  Destination graph. Types:  Graph | 
Remarks
 Only works on two dimensional matrices
Return Values
 Transposed matrix
 void
SeqAn - Sequence Analysis Library - www.seqan.de