ms609 / TreeDist

Calculate distances between phylogenetic trees in R
https://ms609.github.io/TreeDist/
29 stars 6 forks source link

LAPJV with non-square matrices #25

Closed ms609 closed 1 year ago

ms609 commented 4 years ago

Code is ready in cpp's lapjv, but call is prevented in R's LAPJV.

Can we send non-square matrices without triggering a seg fault?