Parallel PopGen Package
|
functor: models parameter p
as a constant across populations and over time
More...
Public Member Functions | |
F_mu_h_constant () | |
default constructor More... | |
F_mu_h_constant (float p) | |
constructor More... | |
__host__ __forceinline__ float | operator() (const int population, const int generation) const |
Inbreeding/Mutation/Dominance operator, returns parameter p for a given population, generation More... | |
Public Attributes | |
float | p |
parameter constant More... | |
functor: models parameter p
as a constant across populations and over time
Definition at line 101 of file go_fish.cuh.
|
inline |
|
inline |
constructor
Definition at line 182 of file template_inline_simulation_functors.cuh.
__host__ __forceinline__ float Sim_Model::F_mu_h_constant::operator() | ( | const int | population, |
const int | generation | ||
) | const |
Inbreeding/Mutation/Dominance operator, returns parameter p
for a given population, generation
Definition at line 183 of file template_inline_simulation_functors.cuh.
float Sim_Model::F_mu_h_constant::p |
parameter constant
Definition at line 103 of file go_fish.cuh.