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 |
![]() | |
Index | cols () const |
SimplicialCholesky< MatrixType_, UpLo_, Ordering_ > & | derived () |
SimplicialCholesky< MatrixType_, UpLo_, Ordering_ > & | derived () |
const SimplicialCholesky< MatrixType_, UpLo_, Ordering_ > & | derived () const |
const SimplicialCholesky< MatrixType_, UpLo_, Ordering_ > & | derived () const |
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 () | |
![]() | |
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 (SparseSolverBase &&other) | |
~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 513 of file SimplicialCholesky.h.
typedef SimplicialCholeskyBase<SimplicialCholesky> Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::Base |
Definition at line 518 of file SimplicialCholesky.h.
typedef SparseMatrix<Scalar,ColMajor,StorageIndex> Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::CholMatrixType |
Definition at line 522 of file SimplicialCholesky.h.
typedef internal::traits<SimplicialLDLT<MatrixType,UpLo> > Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::LDLTTraits |
Definition at line 525 of file SimplicialCholesky.h.
typedef internal::traits<SimplicialLLT<MatrixType,UpLo> > Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::LLTTraits |
Definition at line 526 of file SimplicialCholesky.h.
typedef MatrixType_ Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::MatrixType |
Definition at line 516 of file SimplicialCholesky.h.
typedef MatrixType::RealScalar Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::RealScalar |
Definition at line 520 of file SimplicialCholesky.h.
typedef MatrixType::Scalar Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::Scalar |
Definition at line 519 of file SimplicialCholesky.h.
typedef MatrixType::StorageIndex Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::StorageIndex |
Definition at line 521 of file SimplicialCholesky.h.
typedef internal::traits<SimplicialCholesky> Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::Traits |
Definition at line 524 of file SimplicialCholesky.h.
typedef Matrix<Scalar,Dynamic,1> Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >::VectorType |
Definition at line 523 of file SimplicialCholesky.h.
anonymous enum |
|
inline |
Definition at line 528 of file SimplicialCholesky.h.
|
inlineexplicit |
Definition at line 530 of file SimplicialCholesky.h.
|
inline |
Definition at line 599 of file SimplicialCholesky.h.
|
inline |
Definition at line 637 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 578 of file SimplicialCholesky.h.
|
inline |
Computes the sparse Cholesky decomposition of matrix
Definition at line 563 of file SimplicialCholesky.h.
|
inline |
Definition at line 642 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 589 of file SimplicialCholesky.h.
|
inline |
Definition at line 557 of file SimplicialCholesky.h.
|
inline |
Definition at line 536 of file SimplicialCholesky.h.
|
inline |
Definition at line 553 of file SimplicialCholesky.h.
|
protected |
Definition at line 656 of file SimplicialCholesky.h.