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

#include <LLT.h>

Public Types

typedef const TriangularView< const typename MatrixType::AdjointReturnType, LowerMatrixL
 
typedef const TriangularView< const MatrixType, UpperMatrixU
 

Static Public Member Functions

static MatrixL getL (const MatrixType &m)
 
static MatrixU getU (const MatrixType &m)
 
static bool inplace_decomposition (MatrixType &m)
 

Detailed Description

template<typename MatrixType>
struct Eigen::internal::LLT_Traits< MatrixType, Upper >

Definition at line 411 of file LLT.h.

Member Typedef Documentation

◆ MatrixL

template<typename MatrixType >
typedef const TriangularView<const typename MatrixType::AdjointReturnType, Lower> Eigen::internal::LLT_Traits< MatrixType, Upper >::MatrixL

Definition at line 413 of file LLT.h.

◆ MatrixU

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

Definition at line 414 of file LLT.h.

Member Function Documentation

◆ getL()

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

Definition at line 415 of file LLT.h.

◆ getU()

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

Definition at line 416 of file LLT.h.

◆ inplace_decomposition()

template<typename MatrixType >
static bool Eigen::internal::LLT_Traits< MatrixType, Upper >::inplace_decomposition ( MatrixType m)
inlinestatic

Definition at line 417 of file LLT.h.


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


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