|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Member Functions | |
| TestBlockLDLT (ssp< Direct::SerialSymLUStructure > s, int N) | |
| Block & | GetDiag (DNDS::index i) |
| Block & | GetLower (DNDS::index i, int ij) |
| Block | InvertDiag (const Block &v) |
Public Member Functions inherited from DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec > | |
| 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 | |
| std::vector< Block > | diag |
| std::vector< std::vector< Block > > | lower |
Public Attributes inherited from DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec > | |
| ssp< Direct::SerialSymLUStructure > | symLU |
| bool | isDecomposed = false |
Definition at line 362 of file test_Direct.cpp.
|
inline |
|
inline |
Definition at line 378 of file test_Direct.cpp.
|
inline |
Definition at line 379 of file test_Direct.cpp.
Definition at line 380 of file test_Direct.cpp.
| std::vector<Block> TestBlockLDLT::diag |
Definition at line 364 of file test_Direct.cpp.
| std::vector<std::vector<Block> > TestBlockLDLT::lower |
Definition at line 365 of file test_Direct.cpp.