|
| enum | { UpLo = _UpLo
} |
| |
|
typedef _MatrixType | MatrixType |
| |
|
typedef SimplicialCholeskyBase< SimplicialCholesky > | Base |
| |
|
typedef MatrixType::Scalar | Scalar |
| |
|
typedef MatrixType::RealScalar | RealScalar |
| |
|
typedef MatrixType::Index | Index |
| |
|
typedef SparseMatrix< Scalar, ColMajor, Index > | CholMatrixType |
| |
|
typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
| |
|
typedef internal::traits< SimplicialCholesky > | Traits |
| |
|
typedef internal::traits< SimplicialLDLT< MatrixType, UpLo > > | LDLTTraits |
| |
|
typedef internal::traits< SimplicialLLT< MatrixType, UpLo > > | LLTTraits |
| |
| enum | |
| |
|
typedef internal::traits< SimplicialCholesky< _MatrixType, _UpLo, _Ordering > >::MatrixType | MatrixType |
| |
|
typedef internal::traits< SimplicialCholesky< _MatrixType, _UpLo, _Ordering > >::OrderingType | OrderingType |
| |
|
typedef MatrixType::Scalar | Scalar |
| |
|
typedef MatrixType::RealScalar | RealScalar |
| |
|
typedef MatrixType::Index | Index |
| |
|
typedef SparseMatrix< Scalar, ColMajor, Index > | CholMatrixType |
| |
|
typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
| |
|
|
| SimplicialCholesky (const MatrixType &matrix) |
| |
|
SimplicialCholesky & | setMode (SimplicialCholeskyMode mode) |
| |
|
const VectorType | vectorD () const |
| |
|
const CholMatrixType | rawMatrix () const |
| |
|
SimplicialCholesky & | compute (const MatrixType &matrix) |
| | Computes the sparse Cholesky decomposition of matrix.
|
| |
| void | analyzePattern (const MatrixType &a) |
| | Performs a symbolic decomposition on the sparcity of matrix. More...
|
| |
| void | factorize (const MatrixType &a) |
| | Performs a numeric decomposition of matrix. More...
|
| |
|
template<typename Rhs , typename Dest > |
| void | _solve (const MatrixBase< Rhs > &b, MatrixBase< Dest > &dest) const |
| |
|
Scalar | determinant () const |
| |
|
| SimplicialCholeskyBase () |
| | Default constructor.
|
| |
|
| SimplicialCholeskyBase (const MatrixType &matrix) |
| |
|
SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | derived () |
| |
|
const SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | derived () const |
| |
|
Index | cols () const |
| |
|
Index | rows () const |
| |
| ComputationInfo | info () const |
| | Reports whether previous computation was successful. More...
|
| |
| 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 |
| |
| const PermutationMatrix< Dynamic, Dynamic, Index > & | permutationP () const |
| |
| const PermutationMatrix< Dynamic, Dynamic, Index > & | permutationPinv () const |
| |
| SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | setShift (const RealScalar &offset, const RealScalar &scale=1) |
| | Sets the shift parameters that will be used to adjust the diagonal coefficients during the numerical factorization. More...
|
| |
|
void | dumpMemory (Stream &s) |
| |
|
void | _solve (const MatrixBase< Rhs > &b, MatrixBase< Dest > &dest) const |
| |