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