|
numerics 0.1.0
|
Result of a linear solve: the solution vector plus convergence stats. More...
#include <solve.hpp>
Public Attributes | |
| Vector | u |
| solution vector | |
| idx | iterations = 0 |
| iterations performed | |
| real | residual = 0.0 |
| final residual norm ||b - A u|| | |
| bool | converged = false |
Result of a linear solve: the solution vector plus convergence stats.
| idx num::LinearSolution::iterations = 0 |
| real num::LinearSolution::residual = 0.0 |