xflouris / libpll-2

Phylogenetic Likelihood Library 2 - experimental
GNU Affero General Public License v3.0
9 stars 12 forks source link

Implemented CLV reuse algorithm #7

Open aggelosk opened 5 years ago

aggelosk commented 5 years ago

With this code we re-use (overwrite) the tip CLVs for likelihood computations of full tree traversals.Most functions of the code are simply copies of the original with the addition of overwriting CLVs. The pll_clv_reuse function follows the motif of rooted.c example.