#include <Ordering.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 137 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
|
inline |
Definition at line 170 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
|
inline |
Definition at line 168 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
|
inline |
Definition at line 172 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
|
inline |
Definition at line 176 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
|
inline |
Definition at line 174 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::degree_next |
Definition at line 164 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::hash |
Definition at line 158 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::hash_next |
Definition at line 165 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::headhash |
Definition at line 156 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::length |
Definition at line 141 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::order |
Definition at line 152 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::parent |
Definition at line 146 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::prev |
Definition at line 159 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::score |
Definition at line 151 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| union { ... } Eigen::internal::Colamd::ColStructure< IndexType >::shared1 |
| union { ... } Eigen::internal::Colamd::ColStructure< IndexType >::shared2 |
| union { ... } Eigen::internal::Colamd::ColStructure< IndexType >::shared3 |
| union { ... } Eigen::internal::Colamd::ColStructure< IndexType >::shared4 |
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::start |
Definition at line 139 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.
| IndexType Eigen::internal::Colamd::ColStructure< IndexType >::thickness |
Definition at line 144 of file 3rdparty/Eigen/Eigen/src/OrderingMethods/Ordering.h.