![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class ThreePointCorrelation. More...
Go to the source code of this file.
Classes | |
class | cbl::measure::threept::ThreePointCorrelation |
The class ThreePointCorrelation. More... | |
Namespaces | |
cbl | |
The global namespace of the CosmoBolognaLib | |
cbl::measure | |
The namespace of the functions and classes used to manage any kind of measure | |
cbl::measure::threept | |
The namespace of the three-point correlation function | |
Enumerations | |
enum class | cbl::measure::threept::ThreePType { cbl::measure::threept::_angular_connected_ , cbl::measure::threept::_angular_reduced_ , cbl::measure::threept::_comoving_connected_ , cbl::measure::threept::_comoving_reduced_ } |
the three-point correlation function type More... | |
Functions | |
std::vector< std::string > | cbl::measure::threept::ThreePTypeNames () |
return a vector containing the ThreePType names More... | |
ThreePType | cbl::measure::threept::ThreePTypeCast (const int threePTypeIndex) |
cast an enum of type ThreePType from its index More... | |
ThreePType | cbl::measure::threept::ThreePTypeCast (const std::string threePTypeName) |
cast an enum of type ThreePType from its name More... | |
std::vector< ThreePType > | cbl::measure::threept::ThreePTypeCast (const std::vector< int > threePTypeIndeces) |
cast an enum of type ThreePType from indeces More... | |
std::vector< ThreePType > | cbl::measure::threept::ThreePTypeCast (const std::vector< std::string > threePTypeNames) |
cast an enum of type ThreePType from thier names More... | |
The class ThreePointCorrelation.
This file defines the interface of the class ThreePointCorrelation, used to measure the three-point correlation function
Definition in file ThreePointCorrelation.h.