Go to the source code of this file.
Classes | |
class | Eigen::LLT< _MatrixType, _UpLo > |
Standard Cholesky decomposition (LL^T) of a matrix and associated features. More... | |
struct | Eigen::internal::llt_inplace< Scalar, Lower > |
struct | Eigen::internal::llt_inplace< Scalar, Upper > |
struct | Eigen::internal::LLT_Traits< MatrixType, Lower > |
struct | Eigen::internal::LLT_Traits< MatrixType, Upper > |
struct | Eigen::internal::solve_retval< LLT< _MatrixType, UpLo >, Rhs > |
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Functions | |
template<typename MatrixType , typename VectorType > | |
static MatrixType::Index | Eigen::internal::llt_rank_update_lower (MatrixType &mat, const VectorType &vec, const typename MatrixType::RealScalar &sigma) |