![]() |
|
#include <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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References internal::Colamd::DeadPrincipal, and internal::Colamd::ColStructure< IndexType >::start.
Referenced by internal::Colamd::init_scoring().
| IndexType internal::Colamd::ColStructure< IndexType >::degree_next |
Referenced by internal::Colamd::init_scoring().
| IndexType internal::Colamd::ColStructure< IndexType >::hash |
Referenced by internal::Colamd::detect_super_cols().
| IndexType internal::Colamd::ColStructure< IndexType >::hash_next |
Referenced by internal::Colamd::detect_super_cols().
| IndexType internal::Colamd::ColStructure< IndexType >::headhash |
Referenced by internal::Colamd::detect_super_cols().
| IndexType internal::Colamd::ColStructure< IndexType >::length |
Referenced by internal::Colamd::detect_super_cols(), and internal::Colamd::init_scoring().
| IndexType internal::Colamd::ColStructure< IndexType >::order |
Referenced by internal::Colamd::init_scoring(), and internal::Colamd::order_children().
| IndexType internal::Colamd::ColStructure< IndexType >::parent |
Referenced by internal::Colamd::order_children().
| IndexType internal::Colamd::ColStructure< IndexType >::prev |
Referenced by internal::Colamd::init_scoring().
| IndexType internal::Colamd::ColStructure< IndexType >::score |
Referenced by internal::Colamd::detect_super_cols(), and internal::Colamd::init_scoring().
| union { ... } internal::Colamd::ColStructure< IndexType >::shared1 |
Referenced by internal::Colamd::order_children().
| union { ... } internal::Colamd::ColStructure< IndexType >::shared2 |
| union { ... } internal::Colamd::ColStructure< IndexType >::shared3 |
Referenced by internal::Colamd::detect_super_cols(), and internal::Colamd::init_scoring().
| union { ... } internal::Colamd::ColStructure< IndexType >::shared4 |
Referenced by internal::Colamd::detect_super_cols(), and internal::Colamd::init_scoring().
| IndexType internal::Colamd::ColStructure< IndexType >::start |
Referenced by internal::Colamd::detect_super_cols(), internal::Colamd::init_scoring(), internal::Colamd::ColStructure< IndexType >::is_alive(), internal::Colamd::ColStructure< IndexType >::is_dead(), internal::Colamd::ColStructure< IndexType >::is_dead_principal(), internal::Colamd::ColStructure< IndexType >::kill_non_principal(), and internal::Colamd::ColStructure< IndexType >::kill_principal().
| IndexType internal::Colamd::ColStructure< IndexType >::thickness |