Home
last modified time | relevance | path

Searched refs:TMatrixVal (Results 1 – 7 of 7) sorted by relevance

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_algorithms/
H A Dfloyd_warshall.h94 typedef typename Value<TMatrix>::Type TMatrixVal; in floydWarshallAlgorithm() typedef
105 TMatrixVal min1 = getValue(distMatrix, i*len+j); in floydWarshallAlgorithm()
106 TMatrixVal min2 = getValue(distMatrix, i*len+k) + getValue(distMatrix, k*len + j); in floydWarshallAlgorithm()
H A Dall_pairs_shortest_path.h130 typedef typename Value<TMatrix>::Type TMatrixVal; in _extendShortestPaths() typedef
142 TMatrixVal min1 = getValue(local, i*len+j); in _extendShortestPaths()
143 TMatrixVal min2 = getValue(oldLocal, i*len+k) + getValue(w, k*len + j); in _extendShortestPaths()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_algorithms/
H A Dfloyd_warshall.h94 typedef typename Value<TMatrix>::Type TMatrixVal; in floydWarshallAlgorithm() typedef
105 TMatrixVal min1 = getValue(distMatrix, i*len+j); in floydWarshallAlgorithm()
106 TMatrixVal min2 = getValue(distMatrix, i*len+k) + getValue(distMatrix, k*len + j); in floydWarshallAlgorithm()
H A Dall_pairs_shortest_path.h130 typedef typename Value<TMatrix>::Type TMatrixVal; in _extendShortestPaths() typedef
142 TMatrixVal min1 = getValue(local, i*len+j); in _extendShortestPaths()
143 TMatrixVal min2 = getValue(oldLocal, i*len+k) + getValue(w, k*len + j); in _extendShortestPaths()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_algorithms/
H A Dfloyd_warshall.h94 typedef typename Value<TMatrix>::Type TMatrixVal; in floydWarshallAlgorithm() typedef
105 TMatrixVal min1 = getValue(distMatrix, i*len+j); in floydWarshallAlgorithm()
106 TMatrixVal min2 = getValue(distMatrix, i*len+k) + getValue(distMatrix, k*len + j); in floydWarshallAlgorithm()
H A Dall_pairs_shortest_path.h130 typedef typename Value<TMatrix>::Type TMatrixVal; in _extendShortestPaths() typedef
142 TMatrixVal min1 = getValue(local, i*len+j); in _extendShortestPaths()
143 TMatrixVal min2 = getValue(oldLocal, i*len+k) + getValue(w, k*len + j); in _extendShortestPaths()
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_algorithms/
H A Dgraph_algorithm.h1210 typedef typename Value<TMatrix>::Type TMatrixVal; in _extendShortestPaths() typedef
1222 TMatrixVal min1 = getValue(local, i*len+j); in _extendShortestPaths()
1223 TMatrixVal min2 = getValue(oldLocal, i*len+k) + getValue(w, k*len + j); in _extendShortestPaths()
1320 typedef typename Value<TMatrix>::Type TMatrixVal; in floydWarshallAlgorithm() typedef
1331 TMatrixVal min1 = getValue(distMatrix, i*len+j); in floydWarshallAlgorithm()
1332 TMatrixVal min2 = getValue(distMatrix, i*len+k) + getValue(distMatrix, k*len + j); in floydWarshallAlgorithm()
1371 typedef typename Value<TMatrix>::Type TMatrixVal; in transitiveClosure() typedef