| 
| void  | RooBatchCompute::compute (Config cfg, Computer comp, std::span< double > output, std::initializer_list< std::span< const double > > vars, ArgSpan extraArgs={}) | 
|   | It is not possible to construct a std::span directly from an initializer list (probably it will be with C++26).  
  | 
|   | 
| void  | RooBatchCompute::compute (Config cfg, Computer comp, std::span< double > output, VarSpan vars, ArgSpan extraArgs={}) | 
|   | 
| Architecture  | RooBatchCompute::cpuArchitecture () | 
|   | 
| std::string  | RooBatchCompute::cpuArchitectureName () | 
|   | 
| std::string  | RooBatchCompute::getBatchComputeChoice () | 
|   | 
| int  | RooBatchCompute::initCPU () | 
|   | Inspect hardware capabilities, and load the optimal library for RooFit computations.  
  | 
|   | 
| int  | RooBatchCompute::initCUDA () | 
|   | 
| ReduceNLLOutput  | RooBatchCompute::reduceNLL (Config cfg, std::span< const double > probas, std::span< const double > weights, std::span< const double > offsetProbas) | 
|   | 
| double  | RooBatchCompute::reduceSum (Config cfg, InputArr input, size_t n) | 
|   | 
| void  | RooBatchCompute::setBatchComputeChoice (std::string const &value) | 
|   |