|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
#include <Direct.hpp>
Public Member Functions | |
| LocalLDLTBase (ssp< Direct::SerialSymLUStructure > _symLU) | |
| virtual | ~LocalLDLTBase ()=default |
| void | GetDiag (index i) |
| void | GetLower (index i, int ij) |
| void | InvertDiag (const tComponent &v) |
| void | InPlaceDecompose () |
| void | MatMul (tVec &x, tVec &result) |
| void | Solve (tVec &b, tVec &result) |
Public Attributes | |
| ssp< Direct::SerialSymLUStructure > | symLU |
| bool | isDecomposed = false |
Definition at line 527 of file Direct.hpp.
|
inline |
Definition at line 532 of file Direct.hpp.
|
virtualdefault |
| void DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec >::GetDiag | ( | index | i | ) |
| void DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec >::GetLower | ( | index | i, |
| int | ij | ||
| ) |
|
inline |
Definition at line 542 of file Direct.hpp.
| void DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec >::InvertDiag | ( | const tComponent & | v | ) |
|
inline |
Definition at line 598 of file Direct.hpp.
|
inline |
Definition at line 621 of file Direct.hpp.
| bool DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec >::isDecomposed = false |
Definition at line 530 of file Direct.hpp.
| ssp<Direct::SerialSymLUStructure> DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec >::symLU |
Definition at line 529 of file Direct.hpp.