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

#include <LDLT.h>

Public Types

typedef const TriangularView< const typename MatrixType::AdjointReturnType, UnitLowerMatrixL
 
typedef const TriangularView< const MatrixType, UnitUpperMatrixU
 

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 424 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 426 of file LDLT.h.

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

Definition at line 427 of file LDLT.h.

Member Function Documentation

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

Definition at line 428 of file LDLT.h.

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

Definition at line 429 of file LDLT.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:13