|
MyraMath
|
Options pack for routines in /multifrontal. 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) |
| Options & | set_globsize (int in_globsize) |
| Options & | set_check (bool in_check) |
| operator::myra::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. | |
| int | globsize |
| Desired globsize. | |
| bool | check |
| Enables various checks. | |
Options pack for routines in /multifrontal.
1.8.13