![]() |
Prusa Slicer 2.6.0
|
A direct sparse LLT Cholesky factorizations. More...
#include <src/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h>
Inheritance diagram for Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >:
Collaboration diagram for Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >:Public Types | |
| enum | { UpLo = _UpLo } |
| typedef _MatrixType | MatrixType |
| typedef SimplicialCholeskyBase< SimplicialLLT > | Base |
| typedef MatrixType::Scalar | Scalar |
| typedef MatrixType::RealScalar | RealScalar |
| typedef MatrixType::StorageIndex | StorageIndex |
| typedef SparseMatrix< Scalar, ColMajor, Index > | CholMatrixType |
| typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
| typedef internal::traits< SimplicialLLT > | Traits |
| typedef Traits::MatrixL | MatrixL |
| typedef Traits::MatrixU | MatrixU |
| enum | |
| enum | |
| typedef internal::traits< SimplicialLLT< _MatrixType, _UpLo, _Ordering > >::OrderingType | OrderingType |
| typedef CholMatrixType const * | ConstCholMatrixPtr |
| typedef Matrix< StorageIndex, Dynamic, 1 > | VectorI |
Protected Member Functions | |
| void | compute (const MatrixType &matrix) |
| void | factorize (const MatrixType &a) |
| void | factorize_preordered (const CholMatrixType &a) |
| void | analyzePattern (const MatrixType &a, bool doLDLT) |
| void | analyzePattern_preordered (const CholMatrixType &a, bool doLDLT) |
| void | ordering (const MatrixType &a, ConstCholMatrixPtr &pmat, CholMatrixType &ap) |
Private Attributes | |
| bool | m_isInitialized |
A direct sparse LLT Cholesky factorizations.
This class provides a LL^T Cholesky factorizations of sparse matrices that are selfadjoint and positive definite. The factorization allows for solving A.X = B where X and B can be either dense or sparse.
In order to reduce the fill-in, a symmetric permutation P is applied prior to the factorization such that the factorized matrix is P A P^-1.
| _MatrixType | the type of the sparse matrix A, it must be a SparseMatrix<> |
| _UpLo | the triangular part that will be used for the computations. It can be Lower or Upper. Default is Lower. |
| _Ordering | The ordering method to use, either AMDOrdering<> or NaturalOrdering<>. Default is AMDOrdering<> |
\implsparsesolverconcept
| typedef SimplicialCholeskyBase<SimplicialLLT> Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::Base |
| typedef SparseMatrix<Scalar,ColMajor,Index> Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::CholMatrixType |
|
inherited |
| typedef Traits::MatrixL Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::MatrixL |
| typedef _MatrixType Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::MatrixType |
| typedef Traits::MatrixU Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::MatrixU |
|
inherited |
| typedef MatrixType::RealScalar Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::RealScalar |
| typedef MatrixType::Scalar Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::Scalar |
| typedef MatrixType::StorageIndex Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::StorageIndex |
| typedef internal::traits<SimplicialLLT> Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::Traits |
|
inherited |
| typedef Matrix<Scalar,Dynamic,1> Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::VectorType |
|
inherited |
|
inherited |
| anonymous enum |
| Enumerator | |
|---|---|
| UpLo | |
|
inline |
Default constructor
|
inlineexplicit |
|
inlineinherited |
|
inlineinherited |
|
inline |
Performs a symbolic decomposition on the sparcity of matrix.
This function is particularly useful when solving for several problems having the same structure.
References Eigen::SimplicialCholeskyBase< Derived >::analyzePattern().
Here is the call graph for this function:
|
inlineprotectedinherited |
|
protectedinherited |
|
inlineinherited |
|
inlineprotectedinherited |
Computes the sparse Cholesky decomposition of matrix
|
inline |
Computes the sparse Cholesky decomposition of matrix
Referenced by igl::embree::bone_heat().
Here is the caller graph for this function:
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::diagonal(), and Eigen::SimplicialCholeskyBase< Derived >::m_matrix.
Here is the call graph for this function:
|
inlineinherited |
|
inlineprotectedinherited |
|
inline |
Performs a numeric decomposition of matrix
The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed.
|
protectedinherited |
|
inlineinherited |
Reports whether previous computation was successful.
Success if computation was succesful, NumericalIssue if the matrix.appears to be negative.
|
inline |
References eigen_assert, Eigen::SimplicialCholeskyBase< Derived >::m_factorizationIsOk, and Eigen::SimplicialCholeskyBase< Derived >::m_matrix.
|
inline |
References eigen_assert, Eigen::SimplicialCholeskyBase< Derived >::m_factorizationIsOk, and Eigen::SimplicialCholeskyBase< Derived >::m_matrix.
|
protectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Sets the shift parameters that will be used to adjust the diagonal coefficients during the numerical factorization.
During the numerical factorization, the diagonal coefficients are transformed by the following linear model:
d_ii = offset + scale * d_ii
The default is the identity transformation with offset=0, and scale=1.
*this.
|
inlineinherited |
References Eigen::SparseSolverBase< Derived >::derived(), eigen_assert, and Eigen::SparseSolverBase< Derived >::m_isInitialized.
Referenced by igl::embree::bone_heat(), igl::Frame_field_deformer::compute_optimal_positions(), igl::eigs(), igl::copyleft::comiso::FrameInterpolator::interpolateSymmetric(), igl::slim::solve_weighted_arap(), and igl::copyleft::comiso::NRosyField::solveNoRoundings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
mutableprivateinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |