#include <RooBatchComputeTypes.h>
#include <DllImport.h>
#include <TError.h>
#include <Math/Util.h>
#include <functional>
#include <string>
Classes | |
struct | RooBatchCompute::ReduceNLLOutput |
class | RooBatchCompute::RooBatchComputeInterface |
The interface which should be implemented to provide optimised computation functions for implementations of RooAbsReal::evaluateSpan(). More... | |
Namespaces | |
namespace | RooBatchCompute |
Namespace for dispatching RooFit computations to various backends. | |
Variables | |
R__EXTERN RooBatchComputeInterface * | RooBatchCompute::dispatchCPU = nullptr |
This dispatch pointer points to an implementation of the compute library, provided one has been loaded. | |
R__EXTERN RooBatchComputeInterface * | RooBatchCompute::dispatchCUDA = nullptr |