![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
Functions to model the 2D two-point correlation function in Cartesian coordinates. More...
#include "ModelFunction_TwoPointCorrelation2D.h"
Go to the source code of this file.
Namespaces | |
cbl | |
The global namespace of the CosmoBolognaLib | |
cbl::modelling | |
The namespace of the functions and classes used for modelling | |
cbl::modelling::twopt | |
The namespace of the two-point correlation function modelling | |
Functions | |
std::vector< std::vector< double > > | cbl::modelling::twopt::xi2D_dispersion (const std::vector< double > rp, const std::vector< double > pi, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
model for the 2D two-point correlation function, in Cartesian coordinates More... | |
Functions to model the 2D two-point correlation function in Cartesian coordinates.
This file contains all the prototypes of the functions used to model the 2D two-point correlation function in Cartesian coordinates
Definition in file ModelFunction_TwoPointCorrelation2D_cartesian.h.