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

Representation of an LU factorization. More...

#include <tensor.hpp>

Collaboration diagram for serac::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 serac::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 1459 of file tensor.hpp.


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