|
|
| drwnGaussianMixtureThread (unsigned n, const vector< vector< double > > &x, const vector< drwnGaussian > *g, const VectorXd *logLambda, unsigned offset, unsigned step) |
| |
|
void | operator() () |
| | thread functor called by drwnThreadPool with the appropriate threadId
|
| |
|
|
unsigned | _n |
| |
|
const vector< vector< double > > & | _x |
| |
|
const vector< drwnGaussian > * | _g |
| |
|
const VectorXd * | _logLambda |
| |
|
unsigned | _offset |
| |
|
unsigned | _step |
| |
|
|
unsigned | threadId () |
| | obtain the id for the thread running (or that ran) this job. The return value is guaranteed to be between 0 and numThreads. Useful for accessing a global resource without colliding with other jobs.
|
| |
|
void | lock () |
| | acquire a lock (on all jobs in the same thread pool)
|
| |
|
void | unlock () |
| | release the lock (on all jobs in the same thread pool)
|
| |
The documentation for this class was generated from the following file: