#include <SimplicialCholesky.h>
|
| enum | { UpLo = _UpLo
} |
| |
| typedef SimplicialCholeskyBase< SimplicialCholesky > | Base |
| |
| typedef SparseMatrix< Scalar, ColMajor, Index > | CholMatrixType |
| |
| typedef MatrixType::Index | Index |
| |
| typedef internal::traits< SimplicialLDLT< MatrixType, UpLo > > | LDLTTraits |
| |
| typedef internal::traits< SimplicialLLT< MatrixType, UpLo > > | LLTTraits |
| |
| typedef _MatrixType | MatrixType |
| |
| typedef MatrixType::RealScalar | RealScalar |
| |
| typedef MatrixType::Scalar | Scalar |
| |
| typedef internal::traits< SimplicialCholesky > | Traits |
| |
| typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
| |
| enum | |
| |
| typedef SparseMatrix< Scalar, ColMajor, Index > | CholMatrixType |
| |
| typedef MatrixType::Index | Index |
| |
| typedef internal::traits< SimplicialCholesky< _MatrixType, _UpLo > >::MatrixType | MatrixType |
| |
| typedef MatrixType::RealScalar | RealScalar |
| |
| typedef MatrixType::Scalar | Scalar |
| |
| typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
| |
|
| template<typename Rhs , typename Dest > |
| void | _solve (const MatrixBase< Rhs > &b, MatrixBase< 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 (const MatrixBase< Rhs > &b, MatrixBase< Dest > &dest) const |
| |
| Index | cols () const |
| |
| SimplicialCholesky< _MatrixType, _UpLo > & | derived () |
| |
| const SimplicialCholesky< _MatrixType, _UpLo > & | derived () const |
| |
| void | dumpMemory (Stream &s) |
| |
| ComputationInfo | info () const |
| | Reports whether previous computation was successful. More...
|
| |
| const PermutationMatrix< Dynamic, Dynamic, Index > & | permutationP () const |
| |
| const PermutationMatrix< Dynamic, Dynamic, Index > & | permutationPinv () const |
| |
| Index | rows () const |
| |
| SimplicialCholesky< _MatrixType, _UpLo > & | setShift (const RealScalar &offset, const RealScalar &scale=1) |
| |
| | SimplicialCholeskyBase () |
| |
| | SimplicialCholeskyBase (const MatrixType &matrix) |
| |
| const internal::solve_retval< SimplicialCholeskyBase, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| |
| const internal::sparse_solve_retval< SimplicialCholeskyBase, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
| |
| | ~SimplicialCholeskyBase () |
| |
template<typename _MatrixType, int _UpLo>
class Eigen::SimplicialCholesky< _MatrixType, _UpLo >
- Deprecated:
- use SimplicialLDLT or class SimplicialLLT
- See also
- class SimplicialLDLT, class SimplicialLLT
Definition at line 245 of file SimplicialCholesky.h.
◆ Base
template<typename _MatrixType , int _UpLo>
◆ CholMatrixType
template<typename _MatrixType , int _UpLo>
◆ Index
template<typename _MatrixType , int _UpLo>
◆ LDLTTraits
template<typename _MatrixType , int _UpLo>
◆ LLTTraits
template<typename _MatrixType , int _UpLo>
◆ MatrixType
template<typename _MatrixType , int _UpLo>
◆ RealScalar
template<typename _MatrixType , int _UpLo>
◆ Scalar
template<typename _MatrixType , int _UpLo>
◆ Traits
template<typename _MatrixType , int _UpLo>
◆ VectorType
template<typename _MatrixType , int _UpLo>
◆ anonymous enum
template<typename _MatrixType , int _UpLo>
◆ SimplicialCholesky() [1/2]
template<typename _MatrixType , int _UpLo>
◆ SimplicialCholesky() [2/2]
template<typename _MatrixType , int _UpLo>
◆ _solve()
template<typename _MatrixType , int _UpLo>
template<typename Rhs , typename Dest >
◆ analyzePattern()
template<typename _MatrixType , int _UpLo>
Performs a symbolic decomposition on the sparcity of matrix.
This function is particularly useful when solving for several problems having the same structure.
- See also
- factorize()
Definition at line 536 of file SimplicialCholesky.h.
◆ compute()
template<typename _MatrixType , int _UpLo>
◆ determinant()
template<typename _MatrixType , int _UpLo>
◆ factorize()
template<typename _MatrixType , int _UpLo>
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.
- See also
- analyzePattern()
Definition at line 547 of file SimplicialCholesky.h.
◆ rawMatrix()
template<typename _MatrixType , int _UpLo>
◆ setMode()
template<typename _MatrixType , int _UpLo>
◆ vectorD()
template<typename _MatrixType , int _UpLo>
◆ m_LDLT
template<typename _MatrixType , int _UpLo>
The documentation for this class was generated from the following file: