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

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)
 

Detailed Description

Result from banded solver.

Definition at line 105 of file banded.hpp.

Member Data Documentation

◆ pivot_row

idx num::BandedSolverResult::pivot_row

Row of zero pivot if singular (0 if success)

Definition at line 107 of file banded.hpp.

◆ rcond

real num::BandedSolverResult::rcond

Reciprocal condition number estimate (0 if not computed)

Definition at line 108 of file banded.hpp.

◆ success

bool num::BandedSolverResult::success

True if solve succeeded.

Definition at line 106 of file banded.hpp.


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