Public Types | Static Public Member Functions

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

#include <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)

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


Member Typedef Documentation

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

Member Function Documentation

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

The documentation for this struct was generated from the following file: