|
enum | { 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 |
|
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 () |
|
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 513 of file SimplicialCholesky.h.