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)

Detailed Description

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

Definition at line 331 of file LDLT.h.


Member Typedef Documentation

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

Definition at line 333 of file LDLT.h.

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

Definition at line 334 of file LDLT.h.


Member Function Documentation

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

Definition at line 335 of file LDLT.h.

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

Definition at line 336 of file LDLT.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:32