|
HLIBpro
2.1
|
options for matrix factorisations
#include <mat_fac.hh>
Public Member Functions | |
| fac_options_t (TProgressBar *progress=NULL) | |
| default constructor (with simplification of progress bar usage) | |
Public Attributes | |
| eval_type_t | eval |
| factorise block (default) or point wise | |
| bool | do_coarsen |
| if true, coarsening is applied during factorisation (default: off) | |
| TProgressBar * | progressbar |
| progress bar for LU | |
| bool | fix_singular |
| fix singular matrices during factorisation | |
| bool | fix_bad_cond |
| check and fix bad condition in diagonal blocks | |
| size_t | max_check_size |
| maximal size of matrix for which special checks are applied | |
1.8.6