Prototypes | |
| void | init_mpi_randomstate (LALInferenceRunState *run_state) |
| void | initializeMCMC (LALInferenceRunState *runState) |
| INT4 | init_ptmcmc (LALInferenceRunState *runState) |
| REAL8 * | LALInferenceBuildHybridTempLadder (LALInferenceRunState *runState, INT4 ndim) |
| ProcessParamsTable * | LALInferenceContinueMCMC (char *infileName) |
| REAL8 ** | parseMCMCoutput (char ***params, UINT4 *nInPar, UINT4 *nInSamps, char *infilename, UINT4 burnin) |
| int | main (int argc, char *argv[]) |
Go to the source code of this file.
| void init_mpi_randomstate | ( | LALInferenceRunState * | run_state | ) |
Definition at line 59 of file LALInferenceMCMC.c.
| void initializeMCMC | ( | LALInferenceRunState * | runState | ) |
| INT4 init_ptmcmc | ( | LALInferenceRunState * | runState | ) |
Definition at line 85 of file LALInferenceMCMC.c.
| REAL8 * LALInferenceBuildHybridTempLadder | ( | LALInferenceRunState * | runState, |
| INT4 | ndim | ||
| ) |
Definition at line 374 of file LALInferenceMCMC.c.
| ProcessParamsTable * LALInferenceContinueMCMC | ( | char * | infileName | ) |
Definition at line 621 of file LALInferenceMCMC.c.
| REAL8 ** parseMCMCoutput | ( | char *** | params, |
| UINT4 * | nInPar, | ||
| UINT4 * | nInSamps, | ||
| char * | infilename, | ||
| UINT4 | burnin | ||
| ) |
Definition at line 491 of file LALInferenceMCMC.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 667 of file LALInferenceMCMC.c.