HLIBpro
2.8.1
|
options for how to evaluate given matrix
#include <solve_types.hh>
Public Member Functions | |
eval_option_t (const eval_type_t aeval, const diag_type_t adiag, const storage_type_t astor=CFG::Arith::storage_type) | |
constructor | |
Public Attributes | |
eval_type_t | eval |
is matrix to be evaluated point or block wise | |
diag_type_t | diag |
is diagonal unit or not | |
storage_type_t | storage |
do diagonal blocks hold inverse or not | |