Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions

internal::LDLT_Traits< MatrixType, Upper > Struct Template Reference


Detailed Description

template<typename MatrixType>
struct internal::LDLT_Traits< MatrixType, Upper >

Definition at line 315 of file LDLT.h.

#include <src/Cholesky/LDLT.h>

List of all members.

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)

Member Typedef Documentation

template<typename MatrixType >
typedef TriangularView<typename MatrixType::AdjointReturnType, UnitLower> internal::LDLT_Traits< MatrixType, Upper >::MatrixL

Definition at line 317 of file LDLT.h.

template<typename MatrixType >
typedef TriangularView<MatrixType, UnitUpper> internal::LDLT_Traits< MatrixType, Upper >::MatrixU

Definition at line 318 of file LDLT.h.


Member Function Documentation

template<typename MatrixType >
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().

template<typename MatrixType >
static MatrixU internal::LDLT_Traits< MatrixType, Upper >::getU ( const MatrixType &  m) [inline, static]

Definition at line 320 of file LDLT.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011