![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The namespace of the three-point correlation function More...
Enumerations | |
enum class | ThreePType { _angular_connected_ , _angular_reduced_ , _comoving_connected_ , _comoving_reduced_ } |
the three-point correlation function type More... | |
Functions | |
std::vector< std::string > | ThreePTypeNames () |
return a vector containing the ThreePType names More... | |
ThreePType | ThreePTypeCast (const int threePTypeIndex) |
cast an enum of type ThreePType from its index More... | |
ThreePType | ThreePTypeCast (const std::string threePTypeName) |
cast an enum of type ThreePType from its name More... | |
std::vector< ThreePType > | ThreePTypeCast (const std::vector< int > threePTypeIndeces) |
cast an enum of type ThreePType from indeces More... | |
std::vector< ThreePType > | ThreePTypeCast (const std::vector< std::string > threePTypeNames) |
cast an enum of type ThreePType from thier names More... | |
The namespace of the three-point correlation function
The measure::threept namespace contains all the functions and classes to measure the three-point correlation function
|
strong |
the three-point correlation function type
Definition at line 67 of file ThreePointCorrelation.h.
|
inline |
cast an enum of type ThreePType from its index
threePTypeIndex | the threePType index |
Definition at line 97 of file ThreePointCorrelation.h.
|
inline |
cast an enum of type ThreePType from its name
threePTypeName | the threePType name |
Definition at line 105 of file ThreePointCorrelation.h.
|
inline |
cast an enum of type ThreePType from indeces
threePTypeIndeces | the threePType indeces |
Definition at line 113 of file ThreePointCorrelation.h.
|
inline |
cast an enum of type ThreePType from thier names
threePTypeNames | the threePType names |
Definition at line 121 of file ThreePointCorrelation.h.
|
inline |
return a vector containing the ThreePType names
Definition at line 89 of file ThreePointCorrelation.h.