Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Public Attributes | List of all members
smith::LuFactorization< T, n > Struct Template Reference

Representation of an LU factorization. More...

#include <tensor.hpp>

Collaboration diagram for smith::LuFactorization< T, n >:
Collaboration graph
[legend]

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.
 

Detailed Description

template<typename T, int n>
struct smith::LuFactorization< T, n >

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.


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