Home
last modified time | relevance | path

Searched refs:PLL_MAX_TIP_EV (Results 1 – 2 of 2) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A Dpll.h102 #define PLL_MAX_TIP_EV 0.999999999 /* max tip vector value, sum of EVs nee… macro
H A Dmodels.c3448 if(tipVector[i * states + j] > PLL_MAX_TIP_EV) in initGeneric()
3449 tipVector[i * states + j] = PLL_MAX_TIP_EV; in initGeneric()