Logo ROOT  
Reference Guide
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
Map(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type >TMVA::Executorinline
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type >TMVA::Executorinline
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::typeTMVA::Executorinline
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc, unsigned nChunks) -> typename std::result_of< F(INTEGER)>::typeTMVA::Executorinline
noReferenceCond typedefTMVA::Executor
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs))TMVA::Executorinline