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

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


Detailed Description

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

Definition at line 262 of file LLT.h.

#include <src/Cholesky/LLT.h>

List of all members.

Public Types

typedef TriangularView
< MatrixType, Lower > 
MatrixL
typedef TriangularView
< typename
MatrixType::AdjointReturnType,
Upper > 
MatrixU

Static Public Member Functions

static MatrixL getL (const MatrixType &m)
static MatrixU getU (const MatrixType &m)
static bool inplace_decomposition (MatrixType &m)

Member Typedef Documentation

template<typename MatrixType >
typedef TriangularView<MatrixType, Lower> internal::LLT_Traits< MatrixType, Lower >::MatrixL

Definition at line 264 of file LLT.h.

template<typename MatrixType >
typedef TriangularView<typename MatrixType::AdjointReturnType, Upper> internal::LLT_Traits< MatrixType, Lower >::MatrixU

Definition at line 265 of file LLT.h.


Member Function Documentation

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

Definition at line 266 of file LLT.h.

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

Definition at line 267 of file LLT.h.

References TriangularView< _MatrixType, _Mode >::adjoint().

template<typename MatrixType >
static bool internal::LLT_Traits< MatrixType, Lower >::inplace_decomposition ( MatrixType &  m ) [inline, static]

Definition at line 268 of file LLT.h.

References internal::llt_inplace< Lower >::blocked().




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011