Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dio.h89 void Print_Edge_Likelihoods(t_tree* tree, t_edge* b, bool scientific);
H A Dio.c3350 void Print_Edge_Likelihoods(t_tree* tree, t_edge* b, bool scientific/*Print in scientific notation?… in Print_Edge_Likelihoods() function
3410 for(i=0;i < 2*tree->n_otu-3; ++i) Print_Edge_Likelihoods(tree, tree->a_edges[i],false); in Print_All_Edge_Likelihoods()