Struct for reporting data about the solution process back to the caller. More...
#include <LinearSolverInterface.hpp>
Public Attributes | |
bool | converged |
int | iterations |
double | residual_reduction |
Struct for reporting data about the solution process back to the caller.
The only field that is mandatory to set is 'converged' (even for direct solvers) to indicate success.