|
numerics 0.1.0
|
Result from banded solver. More...
#include <banded.hpp>
Public Attributes | |
| bool | success = false |
| True if solve succeeded. | |
| idx | pivot_row = 0 |
| Row of zero pivot if singular (0 if success) | |
| real | rcond |
| Reciprocal condition number estimate (0 if not computed) | |
Result from banded solver.
Definition at line 106 of file banded.hpp.
| idx num::BandedSolverResult::pivot_row = 0 |
Row of zero pivot if singular (0 if success)
Definition at line 108 of file banded.hpp.
| real num::BandedSolverResult::rcond |
Reciprocal condition number estimate (0 if not computed)
Definition at line 109 of file banded.hpp.
| bool num::BandedSolverResult::success = false |
True if solve succeeded.
Definition at line 107 of file banded.hpp.
Referenced by num::banded_solve().