#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.
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
      
 
 
template<typename _MatrixType , int _UpLo> 
 
 
template<typename _MatrixType , int _UpLo> 
 
 
template<typename _MatrixType , int _UpLo> 
template<typename Rhs , typename Dest > 
 
 
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.
 
 
template<typename _MatrixType , int _UpLo> 
 
 
template<typename _MatrixType , int _UpLo> 
 
 
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.
 
 
template<typename _MatrixType , int _UpLo> 
 
 
template<typename _MatrixType , int _UpLo> 
 
 
template<typename _MatrixType , int _UpLo> 
 
 
template<typename _MatrixType , int _UpLo> 
 
 
The documentation for this class was generated from the following file: