Typedef Documentation◆ scanPtrTypedef for the ScannerBit pointer to the external loglikelihood function. Definition at line 84 of file polychord.hpp. Function Documentation◆ callback_dumper()
Definition at line 263 of file polychord.cpp. References global_loglike_object. Referenced by scanner_plugin(). LogLikeWrapper * global_loglike_object Global pointer to loglikelihood wrapper object, for use in the PolyChord callback functions... Definition: polychord.cpp:47
Here is the caller graph for this function:
![]() ◆ callback_loglike()C-functions to pass to PolyChord for the callbacks. Plain-vanilla functions to pass to PolyChord for the callback. Definition at line 255 of file polychord.cpp. References global_loglike_object, and Gambit::PolyChord::LogLikeWrapper::LogLike(). Referenced by scanner_plugin(). LogLikeWrapper * global_loglike_object Global pointer to loglikelihood wrapper object, for use in the PolyChord callback functions... Definition: polychord.cpp:47 double LogLike(double *, int, double *, int) Main interface function from PolyChord to ScannerBit-supplied loglikelihood function. Definition: polychord.cpp:291
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() Variable Documentation◆ global_loglike_object
Global pointer to loglikelihood wrapper object, for use in the PolyChord callback functions. Definition at line 47 of file polychord.cpp. Referenced by callback_dumper(), callback_loglike(), and scanner_plugin(). |