Class
Matrix
A simple n-dimensional matrix type.
Matrix<TValue, unsigned DIMENSION = 0>
Include Headers
seqan/align.h
Parameters
TValue
Type of matrix entries.
unsigned DIMENSION
The specializing type (0: NDimensional matrix; 2: two dimensional matrix).
Remarks
The following operators and functions are supported: A*B, A*a, A+B,A-B,<<, transpose
Functions
alignmentFreeComparisonComputes the pairwise similarity scores for a set of sequences
allPairsShortestPathFinds shortest paths between all pairs of vertices in a graph.
floydWarshallAlgorithmFinds shortest paths between all pairs of vertices in a graph.
getAdjacencyMatrixReturns an adjacency matrix representation of the graph.
transitiveClosureDetermines whether there is a path between any two given vertices or not.
transposeTransposes matrix
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:16