|
numerics 0.1.0
|
Packed factorization \(PA=LU\). More...
#include <lu.hpp>
Public Attributes | |
| Matrix | LU |
| std::vector< idx > | piv |
| bool | singular = false |
| Matrix num::LUResult::LU |
Definition at line 13 of file lu.hpp.
Referenced by num::backends::lapack::lu(), num::backends::seq::lu(), num::lu_det(), num::lu_inv(), and num::lu_solve().
| std::vector<idx> num::LUResult::piv |
Definition at line 14 of file lu.hpp.
Referenced by num::backends::lapack::lu(), num::backends::seq::lu(), num::lu_det(), and num::lu_solve().
| bool num::LUResult::singular = false |
Definition at line 15 of file lu.hpp.
Referenced by num::backends::lapack::lu(), num::backends::seq::lu(), and num::rayleigh_iteration().