Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Public Attributes
Eigen::internal::column_dfs_traits< IndexVector, ScalarVector > Struct Template Reference
+ Inheritance diagram for Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >:
+ Collaboration diagram for Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >:

Public Types

enum  { ExpandMem = true }
 
typedef ScalarVector::Scalar Scalar
 
typedef IndexVector::Scalar Index
 

Public Member Functions

 column_dfs_traits (Index jcol, Index &jsuper, typename SparseLUImpl< Scalar, Index >::GlobalLU_t &glu, SparseLUImpl< Scalar, Index > &luImpl)
 
bool update_segrep (Index, Index)
 
void mem_expand (IndexVector &lsub, Index &nextl, Index chmark)
 

Public Attributes

Index m_jcol
 
Index & m_jsuper_ref
 
SparseLUImpl< Scalar, Index >::GlobalLU_t & m_glu
 
SparseLUImpl< Scalar, Index > & m_luImpl
 

Detailed Description

template<typename IndexVector, typename ScalarVector>
struct Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >

Definition at line 39 of file SparseLU_column_dfs.h.


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