Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Static Public Member Functions
Eigen::internal::ldlt_inplace< Lower > Struct Template Reference

Static Public Member Functions

template<typename MatrixType , typename TranspositionType , typename Workspace >
static bool unblocked (MatrixType &mat, TranspositionType &transpositions, Workspace &temp, int *sign=0)
 
template<typename MatrixType , typename WDerived >
static bool updateInPlace (MatrixType &mat, MatrixBase< WDerived > &w, const typename MatrixType::RealScalar &sigma=1)
 
template<typename MatrixType , typename TranspositionType , typename Workspace , typename WType >
static bool update (MatrixType &mat, const TranspositionType &transpositions, Workspace &tmp, const WType &w, const typename MatrixType::RealScalar &sigma=1)
 

Detailed Description

template<>
struct Eigen::internal::ldlt_inplace< Lower >

Definition at line 246 of file LDLT.h.


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