Definition at line 272 of file LLT.h.
#include <src/Cholesky/LLT.h>
Public Types | |
typedef TriangularView < typename MatrixType::AdjointReturnType, Lower > | MatrixL |
typedef TriangularView < MatrixType, Upper > | MatrixU |
Static Public Member Functions | |
static MatrixL | getL (const MatrixType &m) |
static MatrixU | getU (const MatrixType &m) |
static bool | inplace_decomposition (MatrixType &m) |
typedef TriangularView<typename MatrixType::AdjointReturnType, Lower> internal::LLT_Traits< MatrixType, Upper >::MatrixL |
typedef TriangularView<MatrixType, Upper> internal::LLT_Traits< MatrixType, Upper >::MatrixU |
static MatrixL internal::LLT_Traits< MatrixType, Upper >::getL | ( | const MatrixType & | m ) | [inline, static] |
Definition at line 276 of file LLT.h.
References TriangularView< _MatrixType, _Mode >::adjoint().
static MatrixU internal::LLT_Traits< MatrixType, Upper >::getU | ( | const MatrixType & | m ) | [inline, static] |
static bool internal::LLT_Traits< MatrixType, Upper >::inplace_decomposition | ( | MatrixType & | m ) | [inline, static] |
Definition at line 278 of file LLT.h.
References internal::llt_inplace< Upper >::blocked().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |