|
numerics
|
Result from banded solver. More...
#include <banded.hpp>
Public Attributes | |
| bool | success |
| True if solve succeeded. | |
| idx | pivot_row |
| 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 105 of file banded.hpp.
| idx num::BandedSolverResult::pivot_row |
Row of zero pivot if singular (0 if success)
Definition at line 107 of file banded.hpp.
| real num::BandedSolverResult::rcond |
Reciprocal condition number estimate (0 if not computed)
Definition at line 108 of file banded.hpp.
| bool num::BandedSolverResult::success |
True if solve succeeded.
Definition at line 106 of file banded.hpp.