Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields
Eigen::internal::column_dfs_traits< IndexVector, ScalarVector > Struct Template Reference
Inheritance diagram for Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >:
Eigen::internal::no_assignment_operator

Public Types

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

Public Member Functions

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

Data Fields

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

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