![]() |
NDEVR
API Documentation
|
Sub-classing Eigen's SimplicialLDLT to perform ordering with a given ordering. More...
Public Member Functions | |
| CholeskyDecomposition () | |
| Default constructor. | |
| void | analyzePatternWithPermutation (SparseMatrix &a, const PermutationMatrix &permutation) |
| Analyzes the sparsity pattern with a user-provided permutation. | |
Sub-classing Eigen's SimplicialLDLT to perform ordering with a given ordering.
Definition at line 56 of file linear_solver_eigen.h.
|
inline |
Analyzes the sparsity pattern with a user-provided permutation.
| [in] | a | The sparse matrix to analyze. |
| [in] | permutation | The fill-reducing permutation to apply. |
Definition at line 66 of file linear_solver_eigen.h.
References cast().