|
numerics 0.1.0
|
#include <banded.hpp>
Public Attributes | |
| bool | success = false |
| idx | pivot_row = 0 |
| real | rcond = 0.0 |
Definition at line 67 of file banded.hpp.
| idx num::BandedSolverResult::pivot_row = 0 |
Definition at line 69 of file banded.hpp.
| real num::BandedSolverResult::rcond = 0.0 |
Definition at line 70 of file banded.hpp.
| bool num::BandedSolverResult::success = false |
Definition at line 68 of file banded.hpp.
Referenced by num::banded_solve().