Public Types | Static Public Member Functions
Eigen::internal::traits< SimplicialLDLT< _MatrixType, _UpLo > > Struct Template Reference

#include <SimplicialCholesky.h>

List of all members.

Public Types

enum  { UpLo = _UpLo }
typedef SparseMatrix< Scalar,
ColMajor, Index
CholMatrixType
typedef MatrixType::Index Index
typedef SparseTriangularView
< CholMatrixType,
Eigen::UnitLower
MatrixL
typedef _MatrixType MatrixType
typedef SparseTriangularView
< typename
CholMatrixType::AdjointReturnType,
Eigen::UnitUpper
MatrixU
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< SimplicialLDLT< _MatrixType, _UpLo > >

Definition at line 323 of file SimplicialCholesky.h.


Member Typedef Documentation

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

Definition at line 329 of file SimplicialCholesky.h.

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

Definition at line 328 of file SimplicialCholesky.h.

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

Definition at line 330 of file SimplicialCholesky.h.

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

Definition at line 325 of file SimplicialCholesky.h.

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

Definition at line 331 of file SimplicialCholesky.h.

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

Definition at line 327 of file SimplicialCholesky.h.


Member Enumeration Documentation

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

Definition at line 326 of file SimplicialCholesky.h.


Member Function Documentation

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

Definition at line 332 of file SimplicialCholesky.h.

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

Definition at line 333 of file SimplicialCholesky.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:04