Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::internal::LLT_Traits< MatrixType, Upper > Struct Template Reference

Detailed Description

template<typename MatrixType>
struct Eigen::internal::LLT_Traits< MatrixType, Upper >

Definition at line 286 of file Cholesky.

List of all members.

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)

Member Typedef Documentation

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

Definition at line 288 of file Cholesky.

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

Definition at line 289 of file Cholesky.


Member Function Documentation

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

Definition at line 290 of file Cholesky.

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

Definition at line 291 of file Cholesky.

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

Definition at line 292 of file Cholesky.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo