Home
last modified time | relevance | path

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

/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c4843 numeric_t *expeigenRates1 = NULL, *expeigenRates2 = NULL; in PosteriorProfile() local
4847 expeigenRates2 = ExpEigenRates(len2, transmat, rates); in PosteriorProfile()
4958 numeric_t *expeigen2 = &expeigenRates2[iRate*4]; in PosteriorProfile()
5038 numeric_t *expeigen2 = &expeigenRates2[iRate*20]; in PosteriorProfile()
5121 expeigenRates2 = myfree(expeigenRates2, sizeof(numeric_t) * rates->nRateCategories * nCodes); in PosteriorProfile()