lsst.jointcal  master-g9041cab851+13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Protected Member Functions | List of all members
CholmodSimplicialLDLT2< _MatrixType, _UpLo > Class Template Reference

#include <Eigenstuff.h>

Inheritance diagram for CholmodSimplicialLDLT2< _MatrixType, _UpLo >:

Public Types

typedef _MatrixType MatrixType
 
typedef MatrixType::Index Index
 
typedef MatrixType::RealScalar RealScalar
 

Public Member Functions

 CholmodSimplicialLDLT2 ()
 
 CholmodSimplicialLDLT2 (MatrixType const &matrix)
 
int update (SpMat const &H, bool UpOrDown)
 

Protected Member Functions

void init ()
 

Detailed Description

template<typename _MatrixType, int _UpLo = Eigen::Lower>
class CholmodSimplicialLDLT2< _MatrixType, _UpLo >

Definition at line 23 of file Eigenstuff.h.

Member Typedef Documentation

template<typename _MatrixType, int _UpLo = Eigen::Lower>
typedef MatrixType::Index CholmodSimplicialLDLT2< _MatrixType, _UpLo >::Index

Definition at line 30 of file Eigenstuff.h.

template<typename _MatrixType, int _UpLo = Eigen::Lower>
typedef _MatrixType CholmodSimplicialLDLT2< _MatrixType, _UpLo >::MatrixType

Definition at line 29 of file Eigenstuff.h.

template<typename _MatrixType, int _UpLo = Eigen::Lower>
typedef MatrixType::RealScalar CholmodSimplicialLDLT2< _MatrixType, _UpLo >::RealScalar

Definition at line 31 of file Eigenstuff.h.

Constructor & Destructor Documentation

template<typename _MatrixType, int _UpLo = Eigen::Lower>
CholmodSimplicialLDLT2< _MatrixType, _UpLo >::CholmodSimplicialLDLT2 ( )
inline

Definition at line 33 of file Eigenstuff.h.

template<typename _MatrixType, int _UpLo = Eigen::Lower>
CholmodSimplicialLDLT2< _MatrixType, _UpLo >::CholmodSimplicialLDLT2 ( MatrixType const &  matrix)
inline

Definition at line 35 of file Eigenstuff.h.

Member Function Documentation

template<typename _MatrixType, int _UpLo = Eigen::Lower>
void CholmodSimplicialLDLT2< _MatrixType, _UpLo >::init ( )
inlineprotected

Definition at line 61 of file Eigenstuff.h.

template<typename _MatrixType, int _UpLo = Eigen::Lower>
int CholmodSimplicialLDLT2< _MatrixType, _UpLo >::update ( SpMat const &  H,
bool  UpOrDown 
)
inline

Definition at line 41 of file Eigenstuff.h.


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