The base class for the direct Cholesky factorization of Cholmod.
More...
#include <CholmodSupport.h>
template<typename _MatrixType, int _UpLo, typename Derived>
class Eigen::CholmodBase< _MatrixType, _UpLo, Derived >
The base class for the direct Cholesky factorization of Cholmod.
- See also
- class CholmodSupernodalLLT, class CholmodSimplicialLDLT, class CholmodSimplicialLLT
Definition at line 214 of file CholmodSupport.h.
◆ Base
template<typename _MatrixType , int _UpLo, typename Derived >
◆ CholMatrixType
template<typename _MatrixType , int _UpLo, typename Derived >
◆ MatrixType
template<typename _MatrixType , int _UpLo, typename Derived >
◆ RealScalar
template<typename _MatrixType , int _UpLo, typename Derived >
◆ Scalar
template<typename _MatrixType , int _UpLo, typename Derived >
◆ StorageIndex
template<typename _MatrixType , int _UpLo, typename Derived >
◆ anonymous enum
template<typename _MatrixType , int _UpLo, typename Derived >
◆ anonymous enum
template<typename _MatrixType , int _UpLo, typename Derived >
Enumerator |
---|
ColsAtCompileTime | |
MaxColsAtCompileTime | |
Definition at line 227 of file CholmodSupport.h.
◆ CholmodBase() [1/2]
template<typename _MatrixType , int _UpLo, typename Derived >
◆ CholmodBase() [2/2]
template<typename _MatrixType , int _UpLo, typename Derived >
◆ ~CholmodBase()
template<typename _MatrixType , int _UpLo, typename Derived >
◆ _solve_impl() [1/2]
template<typename _MatrixType , int _UpLo, typename Derived >
template<typename Rhs , typename Dest >
◆ _solve_impl() [2/2]
template<typename _MatrixType , int _UpLo, typename Derived >
template<typename RhsDerived , typename DestDerived >
◆ analyzePattern()
template<typename _MatrixType , int _UpLo, typename Derived >
Performs a symbolic decomposition on the sparsity pattern of matrix.
This function is particularly useful when solving for several problems having the same structure.
- See also
- factorize()
Definition at line 286 of file CholmodSupport.h.
◆ cholmod()
template<typename _MatrixType , int _UpLo, typename Derived >
Returns a reference to the Cholmod's configuration structure to get a full control over the performed operations. See the Cholmod user guide for details.
Definition at line 321 of file CholmodSupport.h.
◆ cols()
template<typename _MatrixType , int _UpLo, typename Derived >
◆ compute()
template<typename _MatrixType , int _UpLo, typename Derived >
Computes the sparse Cholesky decomposition of matrix
Definition at line 273 of file CholmodSupport.h.
◆ derived() [1/2]
template<typename _MatrixType , int _UpLo, typename Derived >
◆ derived() [2/2]
template<typename _MatrixType , int _UpLo, typename Derived >
◆ determinant()
template<typename _MatrixType , int _UpLo, typename Derived >
- Returns
- the determinant of the underlying matrix from the current factorization
Definition at line 391 of file CholmodSupport.h.
◆ dumpMemory()
template<typename _MatrixType , int _UpLo, typename Derived >
template<typename Stream >
◆ factorize()
template<typename _MatrixType , int _UpLo, typename Derived >
Performs a numeric decomposition of matrix
The given matrix must have the same sparsity pattern as the matrix on which the symbolic decomposition has been performed.
- See also
- analyzePattern()
Definition at line 308 of file CholmodSupport.h.
◆ info()
template<typename _MatrixType , int _UpLo, typename Derived >
Reports whether previous computation was successful.
- Returns
Success
if computation was successful, NumericalIssue
if the matrix.appears to be negative.
Definition at line 266 of file CholmodSupport.h.
◆ logDeterminant()
template<typename _MatrixType , int _UpLo, typename Derived >
- Returns
- the log determinant of the underlying matrix from the current factorization
Definition at line 398 of file CholmodSupport.h.
◆ rows()
template<typename _MatrixType , int _UpLo, typename Derived >
◆ setShift()
template<typename _MatrixType , int _UpLo, typename Derived >
Sets the shift parameter that will be used to adjust the diagonal coefficients during the numerical factorization.
During the numerical factorization, an offset term is added to the diagonal coefficients:
d_ii
= offset + d_ii
The default is offset=0.
- Returns
- a reference to
*this
.
Definition at line 384 of file CholmodSupport.h.
◆ m_analysisIsOk
template<typename _MatrixType , int _UpLo, typename Derived >
◆ m_cholmod
template<typename _MatrixType , int _UpLo, typename Derived >
◆ m_cholmodFactor
template<typename _MatrixType , int _UpLo, typename Derived >
◆ m_factorizationIsOk
template<typename _MatrixType , int _UpLo, typename Derived >
◆ m_info
template<typename _MatrixType , int _UpLo, typename Derived >
◆ m_isInitialized
template<typename _MatrixType , int _UpLo, typename Derived >
◆ m_shiftOffset
template<typename _MatrixType , int _UpLo, typename Derived >
The documentation for this class was generated from the following file: