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

#include <LDLT.h>

Public Types

typedef const TriangularView< const MatrixType, UnitLowerMatrixL
 
typedef const TriangularView< const typename MatrixType::AdjointReturnType, 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, Lower >

Definition at line 468 of file LDLT.h.

Member Typedef Documentation

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

Definition at line 470 of file LDLT.h.

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

Definition at line 471 of file LDLT.h.

Member Function Documentation

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

Definition at line 472 of file LDLT.h.

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

Definition at line 473 of file LDLT.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:38