Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::Executor Member List

This is the complete list of members for TMVA::Executor, including all inherited members.

Executor()TMVA::Executorinline
Executor(int nthreads)TMVA::Executorinlineexplicit
fMTExecImplTMVA::Executor
Foreach(Function func, unsigned int nTimes, unsigned nChunks=0)TMVA::Executorinline
Foreach(Function func, std::vector< T > &args, unsigned nChunks=0)TMVA::Executorinline
Foreach(Function func, ROOT::TSeq< INTEGER > args, unsigned nChunks=0)TMVA::Executorinline
fSeqExecImplTMVA::Executor
GetMultiThreadExecutor()TMVA::Executorinline
GetPoolSize() constTMVA::Executorinline
InvokeResult_t typedefTMVA::Executorprivate
Map(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > >TMVA::Executorinline
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > >TMVA::Executorinline
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> InvokeResult_t< F, INTEGER >TMVA::Executorinline
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc, unsigned nChunks) -> InvokeResult_t< F, INTEGER >TMVA::Executorinline
noReferenceCond typedefTMVA::Executor
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs))TMVA::Executorinline