|
HLIBpro
2.8.1
|
options for matrix factorisations
#include <mat_fac.hh>
Public Member Functions | |
| fac_options_t (TProgressBar *progress=nullptr) | |
| default constructor (with simplification of progress bar usage) | |
| fac_options_t (const eval_type_t aeval, const storage_type_t astorage, const bool ado_coarsen, TProgressBar *aprogress=nullptr) | |
| default constructor (with simplification of progress bar usage) | |
Public Attributes | |
| eval_type_t | eval |
| factorise block (default) or point wise | |
| storage_type_t | storage |
| store inverse diagonal blocks or leave unchanged | |
| bool | do_coarsen |
| if true, coarsening is applied during factorisation (default: off) | |
| TProgressBar * | progressbar |
| progress bar for LU | |