#include <Ordering.h>
Public Attributes | |
IndexType | length |
union { | |
IndexType degree | |
IndexType p | |
} | shared1 |
union { | |
IndexType first_column | |
IndexType mark | |
} | shared2 |
IndexType | start |
Definition at line 167 of file Ordering.h.
IndexType Eigen::internal::Colamd_Row< IndexType >::degree |
Definition at line 173 of file Ordering.h.
IndexType Eigen::internal::Colamd_Row< IndexType >::first_column |
Definition at line 179 of file Ordering.h.
IndexType Eigen::internal::Colamd_Row< IndexType >::length |
Definition at line 170 of file Ordering.h.
IndexType Eigen::internal::Colamd_Row< IndexType >::mark |
Definition at line 178 of file Ordering.h.
IndexType Eigen::internal::Colamd_Row< IndexType >::p |
Definition at line 174 of file Ordering.h.
union { ... } Eigen::internal::Colamd_Row< IndexType >::shared1 |
union { ... } Eigen::internal::Colamd_Row< IndexType >::shared2 |
IndexType Eigen::internal::Colamd_Row< IndexType >::start |
Definition at line 169 of file Ordering.h.