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

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


Detailed Description

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

Definition at line 307 of file LDLT.h.

#include <src/Cholesky/LDLT.h>

List of all members.

Public Types

typedef TriangularView
< MatrixType, UnitLower > 
MatrixL
typedef TriangularView
< typename
MatrixType::AdjointReturnType,
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<MatrixType, UnitLower> internal::LDLT_Traits< MatrixType, Lower >::MatrixL

Definition at line 309 of file LDLT.h.

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

Definition at line 310 of file LDLT.h.


Member Function Documentation

template<typename MatrixType >
static MatrixL internal::LDLT_Traits< MatrixType, Lower >::getL ( const MatrixType &  m ) [inline, static]

Definition at line 311 of file LDLT.h.

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

Definition at line 312 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