Home
last modified time | relevance | path

Searched refs:getGapDel (Results 1 – 3 of 3) sorted by relevance

/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhviterbimatrix.h57 bool getGapDel(int row,int col,int elem);
H A Dhhviterbimatrix-inl.h101 inline bool ViterbiMatrix::getGapDel(int row,int col,int elem){ in getGapDel() function
H A Dhhviterbi.cpp119 else if (matrix->getGapDel(i, j--, elem) == true) in Backtrace()