#include <SimplicialCholesky.h>
Public Member Functions | |
template<typename Rhs , typename Dest > | |
void | _solve_impl (const MatrixBase< Rhs > &b, MatrixBase< Dest > &dest) const |
template<typename Rhs , typename Dest > | |
void | _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const |
void | analyzePattern (const MatrixType &a) |
SimplicialCholesky & | compute (const MatrixType &matrix) |
Scalar | determinant () const |
void | factorize (const MatrixType &a) |
const CholMatrixType | rawMatrix () const |
SimplicialCholesky & | setMode (SimplicialCholeskyMode mode) |
SimplicialCholesky () | |
SimplicialCholesky (const MatrixType &matrix) | |
const VectorType | vectorD () const |
![]() | |
void | _solve_impl (const MatrixBase< Rhs > &b, MatrixBase< Dest > &dest) const |
void | _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const |
Index | cols () const |
SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | derived () |
const SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | derived () const |
void | dumpMemory (Stream &s) |
ComputationInfo | info () const |
Reports whether previous computation was successful. More... | |
const PermutationMatrix< Dynamic, Dynamic, StorageIndex > & | permutationP () const |
const PermutationMatrix< Dynamic, Dynamic, StorageIndex > & | permutationPinv () const |
Index | rows () const |
SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | setShift (const RealScalar &offset, const RealScalar &scale=1) |
SimplicialCholeskyBase () | |
SimplicialCholeskyBase (const MatrixType &matrix) | |
~SimplicialCholeskyBase () | |
![]() | |
void | _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const |
SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | derived () |
const SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | derived () const |
const Solve< SimplicialCholesky< _MatrixType, _UpLo, _Ordering >, Rhs > | solve (const MatrixBase< Rhs > &b) const |
const Solve< SimplicialCholesky< _MatrixType, _UpLo, _Ordering >, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
SparseSolverBase () | |
~SparseSolverBase () | |
Protected Attributes | |
bool | m_LDLT |
![]() | |
bool | m_analysisIsOk |
VectorType | m_diag |
bool | m_factorizationIsOk |
ComputationInfo | m_info |
CholMatrixType | m_matrix |
VectorI | m_nonZerosPerCol |
PermutationMatrix< Dynamic, Dynamic, StorageIndex > | m_P |
VectorI | m_parent |
PermutationMatrix< Dynamic, Dynamic, StorageIndex > | m_Pinv |
RealScalar | m_shiftOffset |
RealScalar | m_shiftScale |
![]() | |
bool | m_isInitialized |
Additional Inherited Members | |
![]() | |
void | analyzePattern (const MatrixType &a, bool doLDLT) |
void | analyzePattern_preordered (const CholMatrixType &a, bool doLDLT) |
void | compute (const MatrixType &matrix) |
void | factorize (const MatrixType &a) |
void | factorize_preordered (const CholMatrixType &a) |
void | ordering (const MatrixType &a, ConstCholMatrixPtr &pmat, CholMatrixType &ap) |
Definition at line 268 of file SimplicialCholesky.h.
typedef SimplicialCholeskyBase<SimplicialCholesky> Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::Base |
Definition at line 508 of file SimplicialCholesky.h.
typedef SparseMatrix<Scalar,ColMajor,StorageIndex> Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::CholMatrixType |
Definition at line 512 of file SimplicialCholesky.h.
typedef internal::traits<SimplicialLDLT<MatrixType,UpLo> > Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::LDLTTraits |
Definition at line 515 of file SimplicialCholesky.h.
typedef internal::traits<SimplicialLLT<MatrixType,UpLo> > Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::LLTTraits |
Definition at line 516 of file SimplicialCholesky.h.
typedef _MatrixType Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::MatrixType |
Definition at line 506 of file SimplicialCholesky.h.
typedef MatrixType::RealScalar Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::RealScalar |
Definition at line 510 of file SimplicialCholesky.h.
typedef MatrixType::Scalar Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::Scalar |
Definition at line 509 of file SimplicialCholesky.h.
typedef MatrixType::StorageIndex Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::StorageIndex |
Definition at line 511 of file SimplicialCholesky.h.
typedef internal::traits<SimplicialCholesky> Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::Traits |
Definition at line 514 of file SimplicialCholesky.h.
typedef Matrix<Scalar,Dynamic,1> Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >::VectorType |
Definition at line 513 of file SimplicialCholesky.h.
anonymous enum |
Enumerator | |
---|---|
UpLo |
Definition at line 507 of file SimplicialCholesky.h.
|
inline |
Definition at line 518 of file SimplicialCholesky.h.
|
inlineexplicit |
Definition at line 520 of file SimplicialCholesky.h.
|
inline |
Definition at line 589 of file SimplicialCholesky.h.
|
inline |
Definition at line 627 of file SimplicialCholesky.h.
|
inline |
Performs a symbolic decomposition on the sparcity of matrix.
This function is particularly useful when solving for several problems having the same structure.
Definition at line 568 of file SimplicialCholesky.h.
|
inline |
Computes the sparse Cholesky decomposition of matrix
Definition at line 553 of file SimplicialCholesky.h.
|
inline |
Definition at line 632 of file SimplicialCholesky.h.
|
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.
Definition at line 579 of file SimplicialCholesky.h.
|
inline |
Definition at line 547 of file SimplicialCholesky.h.
|
inline |
Definition at line 526 of file SimplicialCholesky.h.
|
inline |
Definition at line 543 of file SimplicialCholesky.h.
|
protected |
Definition at line 646 of file SimplicialCholesky.h.