Public Types | Static Public Member Functions
Eigen::internal::LDLT_Traits< MatrixType, Upper > Struct Template Reference

#include <LDLT.h>

List of all members.

Public Types

typedef const TriangularView
< const typename
MatrixType::AdjointReturnType,
UnitLower
MatrixL
typedef const TriangularView
< const 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 Eigen::internal::LDLT_Traits< MatrixType, Upper >

Definition at line 415 of file LDLT.h.


Member Typedef Documentation

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

Definition at line 417 of file LDLT.h.

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

Definition at line 418 of file LDLT.h.


Member Function Documentation

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

Definition at line 419 of file LDLT.h.

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

Definition at line 420 of file LDLT.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:00