Public Types | Static Public Member Functions

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

#include <LDLT.h>

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)

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


Member Typedef Documentation

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

Member Function Documentation

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

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