Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::traits< SimplicialLDLT< _MatrixType, _UpLo > > Struct Template Reference

Public Types

enum  { UpLo = _UpLo }
 
typedef _MatrixType MatrixType
 
typedef MatrixType::Scalar Scalar
 
typedef MatrixType::Index Index
 
typedef SparseMatrix< Scalar, ColMajor, Index > CholMatrixType
 
typedef SparseTriangularView< CholMatrixType, Eigen::UnitLower > MatrixL
 
typedef SparseTriangularView< typename CholMatrixType::AdjointReturnType, Eigen::UnitUpper > MatrixU
 

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 262 of file SimplicialCholesky.h.


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