37 #ifndef __MODFUNCTHREEPCOMRED__ 
   38 #define __MODFUNCTHREEPCOMRED__ 
   75       std::vector<double> 
Q_nonlinear_localbias (
const std::vector<double> theta, 
const std::shared_ptr<void> inputs, std::vector<double> ¶meter);
 
   99       std::vector<double> 
Q_nonlinear_nonlocalbias (
const std::vector<double> theta, 
const std::shared_ptr<void> inputs, std::vector<double> ¶meter);
 
  125       std::vector<double> 
Q_nonlinear_nonlocalbias_alpha (
const std::vector<double> theta, 
const std::shared_ptr<void> inputs, std::vector<double> ¶meter);
 
Functions to model the three-point correlation function.
 
std::vector< double > Q_nonlinear_localbias(const std::vector< double > theta, const std::shared_ptr< void > inputs, std::vector< double > ¶meter)
model for the reduced three-point correlation function
 
std::vector< double > Q_nonlinear_nonlocalbias(const std::vector< double > theta, const std::shared_ptr< void > inputs, std::vector< double > ¶meter)
model for the reduced three-point correlation function with non-local contributions
 
std::vector< double > Q_nonlinear_nonlocalbias_alpha(const std::vector< double > theta, const std::shared_ptr< void > inputs, std::vector< double > ¶meter)
model for the reduced three-point correlation function with non-local contributions with alpha shift ...
 
The global namespace of the  CosmoBolognaLib