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

#include <SimplicialCholesky.h>

Public Types

enum  { UpLo = _UpLo }
 
typedef SparseMatrix< Scalar, ColMajor, StorageIndexCholMatrixType
 
typedef TriangularView< const CholMatrixType, Eigen::UnitLowerMatrixL
 
typedef _MatrixType MatrixType
 
typedef TriangularView< const typename CholMatrixType::AdjointReturnType, Eigen::UnitUpperMatrixU
 
typedef _Ordering OrderingType
 
typedef MatrixType::Scalar Scalar
 
typedef MatrixType::StorageIndex StorageIndex
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 286 of file SimplicialCholesky.h.

Member Typedef Documentation

template<typename _MatrixType , int _UpLo, typename _Ordering >
typedef SparseMatrix<Scalar, ColMajor, StorageIndex> Eigen::internal::traits< SimplicialLDLT< _MatrixType, _UpLo, _Ordering > >::CholMatrixType

Definition at line 293 of file SimplicialCholesky.h.

template<typename _MatrixType , int _UpLo, typename _Ordering >
typedef TriangularView<const CholMatrixType, Eigen::UnitLower> Eigen::internal::traits< SimplicialLDLT< _MatrixType, _UpLo, _Ordering > >::MatrixL

Definition at line 294 of file SimplicialCholesky.h.

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

Definition at line 288 of file SimplicialCholesky.h.

template<typename _MatrixType , int _UpLo, typename _Ordering >
typedef TriangularView<const typename CholMatrixType::AdjointReturnType, Eigen::UnitUpper> Eigen::internal::traits< SimplicialLDLT< _MatrixType, _UpLo, _Ordering > >::MatrixU

Definition at line 295 of file SimplicialCholesky.h.

template<typename _MatrixType , int _UpLo, typename _Ordering >
typedef _Ordering Eigen::internal::traits< SimplicialLDLT< _MatrixType, _UpLo, _Ordering > >::OrderingType

Definition at line 289 of file SimplicialCholesky.h.

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

Definition at line 291 of file SimplicialCholesky.h.

template<typename _MatrixType , int _UpLo, typename _Ordering >
typedef MatrixType::StorageIndex Eigen::internal::traits< SimplicialLDLT< _MatrixType, _UpLo, _Ordering > >::StorageIndex

Definition at line 292 of file SimplicialCholesky.h.

Member Enumeration Documentation

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

Definition at line 290 of file SimplicialCholesky.h.

Member Function Documentation

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

Definition at line 296 of file SimplicialCholesky.h.

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

Definition at line 297 of file SimplicialCholesky.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:51