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

#include <banded.hpp>

Public Attributes

bool success = false
 
idx pivot_row = 0
 
real rcond = 0.0
 

Detailed Description

Definition at line 67 of file banded.hpp.

Member Data Documentation

◆ pivot_row

idx num::BandedSolverResult::pivot_row = 0

Definition at line 69 of file banded.hpp.

◆ rcond

real num::BandedSolverResult::rcond = 0.0

Definition at line 70 of file banded.hpp.

◆ success

bool num::BandedSolverResult::success = false

Definition at line 68 of file banded.hpp.

Referenced by num::banded_solve().


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