WPILibC++ 2023.4.3
internal::Colamd::ColStructure< IndexType > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h>

Public Member Functions

bool is_dead () const
 
bool is_alive () const
 
bool is_dead_principal () const
 
void kill_principal ()
 
void kill_non_principal ()
 

Public Attributes

IndexType start
 
IndexType length
 
union {
   IndexType   thickness
 
   IndexType   parent
 
shared1
 
union {
   IndexType   score
 
   IndexType   order
 
shared2
 
union {
   IndexType   headhash
 
   IndexType   hash
 
   IndexType   prev
 
shared3
 
union {
   IndexType   degree_next
 
   IndexType   hash_next
 
shared4
 

Member Function Documentation

◆ is_alive()

template<typename IndexType >
bool internal::Colamd::ColStructure< IndexType >::is_alive ( ) const
inline

◆ is_dead()

template<typename IndexType >
bool internal::Colamd::ColStructure< IndexType >::is_dead ( ) const
inline

◆ is_dead_principal()

template<typename IndexType >
bool internal::Colamd::ColStructure< IndexType >::is_dead_principal ( ) const
inline

◆ kill_non_principal()

template<typename IndexType >
void internal::Colamd::ColStructure< IndexType >::kill_non_principal ( )
inline

◆ kill_principal()

template<typename IndexType >
void internal::Colamd::ColStructure< IndexType >::kill_principal ( )
inline

Member Data Documentation

◆ degree_next

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::degree_next

◆ hash

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::hash

◆ hash_next

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::hash_next

◆ headhash

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::headhash

◆ length

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::length

◆ order

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::order

◆ parent

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::parent

◆ prev

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::prev

◆ score

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::score

◆ 

union { ... } internal::Colamd::ColStructure< IndexType >::shared1

◆ 

union { ... } internal::Colamd::ColStructure< IndexType >::shared2

◆ 

union { ... } internal::Colamd::ColStructure< IndexType >::shared3

◆ 

union { ... } internal::Colamd::ColStructure< IndexType >::shared4

◆ start

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::start

◆ thickness

template<typename IndexType >
IndexType internal::Colamd::ColStructure< IndexType >::thickness

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