MBDyn-1.7.3
|
#include <colamd.h>
Public Attributes | |
integer | start |
integer | length |
union { | |
integer thickness | |
integer parent | |
} | shared1 |
union { | |
integer score | |
integer order | |
} | shared2 |
union { | |
integer headhash | |
integer hash | |
integer prev | |
} | shared3 |
union { | |
integer degree_next | |
integer hash_next | |
} | shared4 |
integer mbdyn_Colamd_Col::degree_next |
Definition at line 186 of file colamd.h.
Referenced by init_scoring().
integer mbdyn_Colamd_Col::length |
Definition at line 163 of file colamd.h.
Referenced by init_scoring().
integer mbdyn_Colamd_Col::order |
Definition at line 174 of file colamd.h.
Referenced by init_scoring(), and order_children().
integer mbdyn_Colamd_Col::parent |
Definition at line 168 of file colamd.h.
Referenced by order_children().
integer mbdyn_Colamd_Col::prev |
Definition at line 181 of file colamd.h.
Referenced by init_scoring().
integer mbdyn_Colamd_Col::score |
Definition at line 173 of file colamd.h.
Referenced by init_scoring().
union { ... } mbdyn_Colamd_Col::shared1 |
Referenced by order_children().
union { ... } mbdyn_Colamd_Col::shared2 |
Referenced by init_scoring(), and order_children().
union { ... } mbdyn_Colamd_Col::shared3 |
Referenced by init_scoring().
union { ... } mbdyn_Colamd_Col::shared4 |
Referenced by init_scoring().
integer mbdyn_Colamd_Col::start |
Definition at line 161 of file colamd.h.
Referenced by init_scoring().