34 #ifndef __MODFUNCNCR__
35 #define __MODFUNCNCR__
47 namespace numbercounts {
61 std::vector<double>
number_density_redshift (
const std::vector<double> redshift,
const std::shared_ptr<void> inputs, std::vector<double> ¶meter);
75 std::vector<double>
number_counts_redshift (
const std::vector<double> redshift,
const std::shared_ptr<void> inputs, std::vector<double> ¶meter);
Global functions to model number counts of any type.
std::vector< double > number_counts_redshift(const std::vector< double > redshift, const std::shared_ptr< void > inputs, std::vector< double > ¶meter)
compute the number counts as a function of redshift
std::vector< double > number_density_redshift(const std::vector< double > redshift, const std::shared_ptr< void > inputs, std::vector< double > ¶meter)
compute the number density as a function of the redshift
The global namespace of the CosmoBolognaLib