numerics 0.1.0
Loading...
Searching...
No Matches
num::BandedSolverResult Struct Reference

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)
 

Detailed Description

Result from banded solver.

Definition at line 106 of file banded.hpp.

Member Data Documentation

◆ pivot_row

idx num::BandedSolverResult::pivot_row = 0

Row of zero pivot if singular (0 if success)

Definition at line 108 of file banded.hpp.

◆ rcond

real num::BandedSolverResult::rcond
Initial value:
=
0.0

Reciprocal condition number estimate (0 if not computed)

Definition at line 109 of file banded.hpp.

◆ success

bool num::BandedSolverResult::success = false

True if solve succeeded.

Definition at line 107 of file banded.hpp.

Referenced by num::banded_solve().


The documentation for this struct was generated from the following file: