Template Function fwdpp::ts::mark_multiple_roots

Function Documentation

template<typename TableCollectionType, typename SAMPLES>
std::map<table_index_t, std::vector<std::pair<double, double>>> fwdpp::ts::mark_multiple_roots(const TableCollectionType &tables, SAMPLES &&samples)

Identify root nodes in “marginal forests”.

See

fwdpp::ts::mutate_tables for discussion.
Version

0.7.0 Added to library

Version

0.7.4 Refactored to use root tracking method

Version

0.8.0 Refactored to use ts::num_roots and ts::process_roots

Version

0.9.0 Added typename TableCollectionType