|
MyraMath
|
Options pack for routines in /pdense. More...
#include <Options.h>
Public Member Functions | |
| Options () | |
| Constructs default Options. | |
| Options & | set_threading_layer (int in_threading_layer) |
| Named constructor idiom, setters. | |
| Options & | set_nthreads (int in_nthreads) |
| Options & | set_progress (const ProgressMeter &in_progress) |
| Options & | set_blocksize (int in_blocksize) |
| operator jobgraph::Options () const | |
| Implicit conversion to jobgraph::Options. | |
Static Public Member Functions | |
| static Options | create () |
| Named constructor idiom, creates default options. | |
Public Attributes | |
| int | threading_layer |
| Which threading_layer to use? (See JOBGRAPH::Options) | |
| int | nthreads |
| How many threads to use? | |
| ProgressMeter | progress |
| Enable progress meter? | |
| int | blocksize |
| Desired blocksize. | |
Options pack for routines in /pdense.
1.8.13