|
numerics
|
Result of an LU factorization with partial pivoting (PA = LU) More...
#include <lu.hpp>
Public Attributes | |
| Matrix | LU |
| std::vector< idx > | piv |
| bool | singular = false |
Result of an LU factorization with partial pivoting (PA = LU)
L and U are stored packed in a single matrix:
piv[k] = the row index that was swapped into position k at step k. singular is set if any diagonal of U is below the tolerance 1e-14.