Detailed Description
template<typename MatrixType>
struct Eigen::internal::LLT_Traits< MatrixType, Lower >
Definition at line 263 of file Cholesky.
List of all members.
Member Typedef Documentation
template<typename MatrixType >
template<typename MatrixType >
typedef TriangularView<typename MatrixType::AdjointReturnType, Upper> Eigen::internal::LLT_Traits< MatrixType, Lower >::MatrixU |
Member Function Documentation
template<typename MatrixType >
static MatrixL Eigen::internal::LLT_Traits< MatrixType, Lower >::getL |
( |
const MatrixType & |
m |
) |
[inline, static] |
template<typename MatrixType >
static MatrixU Eigen::internal::LLT_Traits< MatrixType, Lower >::getU |
( |
const MatrixType & |
m |
) |
[inline, static] |
template<typename MatrixType >
static bool Eigen::internal::LLT_Traits< MatrixType, Lower >::inplace_decomposition |
( |
MatrixType & |
m |
) |
[inline, static] |