MyraMath
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
myra::multifrontal::Options Class Reference

Options pack for routines in /multifrontal. More...

#include <Options.h>

Collaboration diagram for myra::multifrontal::Options:
[legend]

Public Member Functions

 Options ()
 Constructs default Options.
 
Optionsset_threading_layer (int in_threading_layer)
 Named constructor idiom, setters.
 
Optionsset_nthreads (int in_nthreads)
 
Optionsset_progress (const ProgressMeter &in_progress)
 
Optionsset_blocksize (int in_blocksize)
 
Optionsset_globsize (int in_globsize)
 
Optionsset_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.
 

Detailed Description

Options pack for routines in /multifrontal.


The documentation for this class was generated from the following file: