|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Representation of an LU factorization. More...
#include <tensor.hpp>

Public Attributes | |
| tensor< int, n > | P |
| Row permutation indices due to partial pivoting. | |
| tensor< T, n, n > | L |
| Lower triangular factor. Has ones on diagonal. | |
| tensor< T, n, n > | U |
| Upper triangular factor. | |
Representation of an LU factorization.
The entries of P mean row i of the matrix was exchanged with row P[i].
Definition at line 1547 of file tensor.hpp.