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

#include <LLT.h>

Public Types

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

Definition at line 355 of file LLT.h.

Member Typedef Documentation

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

Definition at line 357 of file LLT.h.

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

Definition at line 358 of file LLT.h.

Member Function Documentation

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

Definition at line 359 of file LLT.h.

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

Definition at line 360 of file LLT.h.

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

Definition at line 361 of file LLT.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