|
enum | { UpLo = _UpLo
} |
|
typedef SimplicialCholeskyBase< SimplicialCholesky > | Base |
|
typedef SparseMatrix< Scalar, ColMajor, StorageIndex > | CholMatrixType |
|
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 MatrixType::StorageIndex | StorageIndex |
|
typedef internal::traits< SimplicialCholesky > | Traits |
|
typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
|
enum | |
|
enum | |
|
typedef SparseMatrix< Scalar, ColMajor, StorageIndex > | CholMatrixType |
|
typedef CholMatrixType const * | ConstCholMatrixPtr |
|
typedef internal::traits< SimplicialCholesky< _MatrixType, _UpLo, _Ordering > >::MatrixType | MatrixType |
|
typedef internal::traits< SimplicialCholesky< _MatrixType, _UpLo, _Ordering > >::OrderingType | OrderingType |
|
typedef MatrixType::RealScalar | RealScalar |
|
typedef MatrixType::Scalar | Scalar |
|
typedef MatrixType::StorageIndex | StorageIndex |
|
typedef Matrix< StorageIndex, Dynamic, 1 > | VectorI |
|
typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
|
|
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 () |
|
template<typename _MatrixType, int _UpLo, typename _Ordering>
class Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >
- Deprecated:
- use SimplicialLDLT or class SimplicialLLT
- See also
- class SimplicialLDLT, class SimplicialLLT
Definition at line 268 of file SimplicialCholesky.h.