Public Member Functions | |
AdditionalData (const bool log_coefficients=false, const bool compute_condition_number=false, const bool compute_all_condition_numbers=false, const bool compute_eigenvalues=false) | |
Public Attributes | |
bool | log_coefficients |
bool | compute_condition_number |
bool | compute_all_condition_numbers |
bool | compute_eigenvalues |
SolverCG< VECTOR >::AdditionalData::AdditionalData | ( | const bool | log_coefficients = false , |
|
const bool | compute_condition_number = false , |
|||
const bool | compute_all_condition_numbers = false , |
|||
const bool | compute_eigenvalues = false | |||
) | [inline] |
Constructor. Initialize data fields. Confer the description of those.
bool SolverCG< VECTOR >::AdditionalData::log_coefficients |
Write coefficients alpha and beta to the log file for later use in eigenvalue estimates.
Referenced by SolverCG< VECTOR >::solve().
bool SolverCG< VECTOR >::AdditionalData::compute_condition_number |
Compute the condition number of the projected matrix.
Referenced by SolverCG< VECTOR >::solve().
bool SolverCG< VECTOR >::AdditionalData::compute_all_condition_numbers |
Compute the condition number of the projected matrix in each step.
Referenced by SolverCG< VECTOR >::solve().
bool SolverCG< VECTOR >::AdditionalData::compute_eigenvalues |
Compute all eigenvalues of the projected matrix.
Referenced by SolverCG< VECTOR >::solve().