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

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

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

Definition at line 334 of file Cholesky.

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

Definition at line 335 of file Cholesky.


Member Function Documentation

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

Definition at line 336 of file Cholesky.

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

Definition at line 337 of file Cholesky.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011