#include <Eigen_Colamd.h>
| Public Member Functions | |
| bool | is_alive () const | 
| bool | is_dead () const | 
| bool | is_dead_principal () const | 
| void | kill_non_principal () | 
| void | kill_principal () | 
| Public Attributes | |
| IndexType | length | 
| union { | |
| IndexType parent | |
| IndexType thickness | |
| } | shared1 | 
| union { | |
| IndexType order | |
| IndexType score | |
| } | shared2 | 
| union { | |
| IndexType hash | |
| IndexType headhash | |
| IndexType prev | |
| } | shared3 | 
| union { | |
| IndexType degree_next | |
| IndexType hash_next | |
| } | shared4 | 
| IndexType | start | 
Definition at line 136 of file Eigen_Colamd.h.
| 
 | inline | 
Definition at line 169 of file Eigen_Colamd.h.
| 
 | inline | 
Definition at line 167 of file Eigen_Colamd.h.
| 
 | inline | 
Definition at line 171 of file Eigen_Colamd.h.
| 
 | inline | 
Definition at line 175 of file Eigen_Colamd.h.
| 
 | inline | 
Definition at line 173 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::degree_next | 
Definition at line 163 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::hash | 
Definition at line 157 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::hash_next | 
Definition at line 164 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::headhash | 
Definition at line 155 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::length | 
Definition at line 140 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::order | 
Definition at line 151 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::parent | 
Definition at line 145 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::prev | 
Definition at line 158 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::score | 
Definition at line 150 of file Eigen_Colamd.h.
| union { ... } internal::Colamd::ColStructure< IndexType >::shared1 | 
| union { ... } internal::Colamd::ColStructure< IndexType >::shared2 | 
| union { ... } internal::Colamd::ColStructure< IndexType >::shared3 | 
| union { ... } internal::Colamd::ColStructure< IndexType >::shared4 | 
| IndexType internal::Colamd::ColStructure< IndexType >::start | 
Definition at line 138 of file Eigen_Colamd.h.
| IndexType internal::Colamd::ColStructure< IndexType >::thickness | 
Definition at line 143 of file Eigen_Colamd.h.