|
Triumvirate C++ API 0.5.0.post1.dev301+g026f21751
Three-point clustering measurements in large-scale structure analyses.
|
Perform two- and three-point clustering statistic measurements. More...
#include <cstdio>#include <stdexcept>#include <string>#include "monitor.hpp"#include "parameters.hpp"#include "particles.hpp"#include "dataobjs.hpp"#include "io.hpp"#include "twopt.hpp"#include "threept.hpp"
Include dependency graph for triumvirate.cpp:Go to the source code of this file.
Functions | |
| void | _set_custom_bins (trv::Binning &_binning) |
| Set 'custom' binning. | |
| int | main (int argc, char *argv[]) |
| A 'black-box' program for measuring two- and three-point clustering statistics. | |
Perform two- and three-point clustering statistic measurements.
Definition in file triumvirate.cpp.
| void _set_custom_bins | ( | trv::Binning & | _binning | ) |
Set 'custom' binning.
| _binning | Binning. |
Definition at line 51 of file triumvirate.cpp.
Here is the caller graph for this function:| int main | ( | int | argc, |
| char * | argv[] ) |
A 'black-box' program for measuring two- and three-point clustering statistics.
| argc | Number of command-line arguments. |
| argv | Command-line arguments. |
Definition at line 109 of file triumvirate.cpp.
Here is the call graph for this function: