Jpp
master_rocky
the software that should make you happy
|
Thread pool for fits to data. More...
Public Member Functions | |
JPerth (const JRegressorStorage_t &storage, const data_type &data, const size_t ns) | |
Constructor. More... | |
~JPerth () | |
Destructor. More... | |
Static Public Attributes | |
static JMATH::JQuantile_t | Q |
Private Attributes | |
std::vector< std::thread > | workers |
input_type | input |
std::mutex | in |
std::mutex | out |
std::condition_variable | cv |
bool | stop |
|
inline |
Constructor.
storage | storage for PDFs |
data | data |
ns | number of threads |
Definition at line 147 of file JPerth.cc.
|
inline |
|
static |
|
private |
|
private |
|
private |