Public Types | Static Public Member Functions | List of all members
Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > > Struct Template Reference

#include <SimplicialCholesky.h>

Public Types

enum  { UpLo = _UpLo }
 
typedef SparseMatrix< Scalar, ColMajor, IndexCholMatrixType
 
typedef MatrixType::Index Index
 
typedef SparseTriangularView< CholMatrixType, Eigen::LowerMatrixL
 
typedef _MatrixType MatrixType
 
typedef SparseTriangularView< typename CholMatrixType::AdjointReturnType, Eigen::UpperMatrixU
 
typedef MatrixType::Scalar Scalar
 

Static Public Member Functions

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

Detailed Description

template<typename _MatrixType, int _UpLo>
struct Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >

Definition at line 249 of file SimplicialCholesky.h.

Member Typedef Documentation

◆ CholMatrixType

template<typename _MatrixType , int _UpLo>
typedef SparseMatrix<Scalar, ColMajor, Index> Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::CholMatrixType

Definition at line 255 of file SimplicialCholesky.h.

◆ Index

template<typename _MatrixType , int _UpLo>
typedef MatrixType::Index Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::Index

Definition at line 254 of file SimplicialCholesky.h.

◆ MatrixL

template<typename _MatrixType , int _UpLo>
typedef SparseTriangularView<CholMatrixType, Eigen::Lower> Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::MatrixL

Definition at line 256 of file SimplicialCholesky.h.

◆ MatrixType

template<typename _MatrixType , int _UpLo>
typedef _MatrixType Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::MatrixType

Definition at line 251 of file SimplicialCholesky.h.

◆ MatrixU

template<typename _MatrixType , int _UpLo>
typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::Upper> Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::MatrixU

Definition at line 257 of file SimplicialCholesky.h.

◆ Scalar

template<typename _MatrixType , int _UpLo>
typedef MatrixType::Scalar Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::Scalar

Definition at line 253 of file SimplicialCholesky.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename _MatrixType , int _UpLo>
anonymous enum
Enumerator
UpLo 

Definition at line 252 of file SimplicialCholesky.h.

Member Function Documentation

◆ getL()

template<typename _MatrixType , int _UpLo>
static MatrixL Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::getL ( const MatrixType m)
inlinestatic

Definition at line 258 of file SimplicialCholesky.h.

◆ getU()

template<typename _MatrixType , int _UpLo>
static MatrixU Eigen::internal::traits< SimplicialLLT< _MatrixType, _UpLo > >::getU ( const MatrixType m)
inlinestatic

Definition at line 259 of file SimplicialCholesky.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Feb 28 2022 23:58:23