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

Member Typedef Documentation

◆ MatrixL

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

Definition at line 487 of file LDLT.h.

◆ MatrixU

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

Definition at line 488 of file LDLT.h.

Member Function Documentation

◆ getL()

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

Definition at line 489 of file LDLT.h.

◆ getU()

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

Definition at line 490 of file LDLT.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:58