Definition at line 315 of file LDLT.h.
#include <src/Cholesky/LDLT.h>
Public Types | |
typedef TriangularView < typename MatrixType::AdjointReturnType, UnitLower > | MatrixL |
typedef TriangularView < MatrixType, UnitUpper > | MatrixU |
Static Public Member Functions | |
static MatrixL | getL (const MatrixType &m) |
static MatrixU | getU (const MatrixType &m) |
typedef TriangularView<typename MatrixType::AdjointReturnType, UnitLower> internal::LDLT_Traits< MatrixType, Upper >::MatrixL |
typedef TriangularView<MatrixType, UnitUpper> internal::LDLT_Traits< MatrixType, Upper >::MatrixU |
static MatrixL internal::LDLT_Traits< MatrixType, Upper >::getL | ( | const MatrixType & | m ) | [inline, static] |
Definition at line 319 of file LDLT.h.
References TriangularView< _MatrixType, _Mode >::adjoint().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |