Template Function fwdpp::fwdpp_internal::process_haploid_genomes¶
Defined in File sample_diploid_helpers.hpp
Function Documentation¶
-
template<typename
GenomeContainerType, typenameMutationContainerType>
voidfwdpp::fwdpp_internal::process_haploid_genomes(const GenomeContainerType &haploid_genomes, const MutationContainerType &mutations, std::vector<uint_t> &mcounts)¶ For every non-extinct haploid_genome, increment the count of its mutations using the frequency of the haploid_genome.
This is usually the most expensive function call in a simulation.