libsequence  1.9.5
Initialize.hpp
1 #ifndef __SEQUENCE_COALESCENT_INIT_ARG_FUNCTIONS_HPP__
2 #define __SEQUENCE_COALESCENT_INIT_ARG_FUNCTIONS_HPP__
3 
5 #include <vector>
6 
7 namespace Sequence
8 {
9  namespace coalsim {
10  std::vector<chromosome> init_sample( const std::vector<int> & pop_config,
11  const int & nsites );
12  marginal init_marginal( const int & nsam );
13  }
14 }
15 
16 #endif
marginal init_marginal(const int &nsam)
Simple function to initialize a marginal tree.
std::vector< chromosome > init_sample(const std::vector< int > &pop_config, const int &nsites)
A simple function to initialize a sample of chromosomes.
The namespace in which this library resides.
declaration of types for coalescent simulation