#include <amesos_cholmod_core.h>
|
| double | dbound |
| |
| double | grow0 |
| |
| double | grow1 |
| |
| size_t | grow2 |
| |
| size_t | maxrank |
| |
| double | supernodal_switch |
| |
| int | supernodal |
| |
| int | final_asis |
| |
| int | final_super |
| |
| int | final_ll |
| |
| int | final_pack |
| |
| int | final_monotonic |
| |
| int | final_resymbol |
| |
| double | zrelax [3] |
| |
| size_t | nrelax [3] |
| |
| int | prefer_zomplex |
| |
| int | prefer_upper |
| |
| int | quick_return_if_not_posdef |
| |
| int | print |
| |
| int | precise |
| |
| int(* | print_function )(const char *,...) |
| |
| int | try_catch |
| |
| void(* | error_handler )(int status, char *file, int line, char *message) |
| |
| int | nmethods |
| |
| int | current |
| |
| int | selected |
| |
| struct cholmod_common_struct::cholmod_method_struct | method [CHOLMOD_MAXMETHODS+1] |
| |
| int | postorder |
| |
| void *(* | malloc_memory )(size_t) |
| |
| void *(* | realloc_memory )(void *, size_t) |
| |
| void(* | free_memory )(void *) |
| |
| void *(* | calloc_memory )(size_t, size_t) |
| |
| int(* | complex_divide )(double ax, double az, double bx, double bz, double *cx, double *cz) |
| |
| double(* | hypotenuse )(double x, double y) |
| |
| double | metis_memory |
| |
| double | metis_dswitch |
| |
| size_t | metis_nswitch |
| |
| size_t | nrow |
| |
| UF_long | mark |
| |
| size_t | iworksize |
| |
| size_t | xworksize |
| |
| void * | Flag |
| |
| void * | Head |
| |
| void * | Xwork |
| |
| void * | Iwork |
| |
| int | itype |
| |
| int | dtype |
| |
| int | no_workspace_reallocate |
| |
| int | status |
| |
| double | fl |
| |
| double | lnz |
| |
| double | anz |
| |
| double | modfl |
| |
| size_t | malloc_count |
| |
| size_t | memory_usage |
| |
| size_t | memory_inuse |
| |
| double | nrealloc_col |
| |
| double | nrealloc_factor |
| |
| double | ndbounds_hit |
| |
| double | rowfacfl |
| |
| double | aatfl |
| |
| double | other1 [16] |
| |
| UF_long | other2 [16] |
| |
| int | other3 [13] |
| |
| int | prefer_binary |
| |
| int | default_nesdis |
| |
| int | called_nd |
| |
| size_t | other4 [16] |
| |
| void * | other5 [16] |
| |
Definition at line 393 of file amesos_cholmod_core.h.
◆ dbound
| double cholmod_common_struct::dbound |
◆ grow0
| double cholmod_common_struct::grow0 |
◆ grow1
| double cholmod_common_struct::grow1 |
◆ grow2
| size_t cholmod_common_struct::grow2 |
◆ maxrank
| size_t cholmod_common_struct::maxrank |
◆ supernodal_switch
| double cholmod_common_struct::supernodal_switch |
◆ supernodal
| int cholmod_common_struct::supernodal |
◆ final_asis
| int cholmod_common_struct::final_asis |
◆ final_super
| int cholmod_common_struct::final_super |
◆ final_ll
| int cholmod_common_struct::final_ll |
◆ final_pack
| int cholmod_common_struct::final_pack |
◆ final_monotonic
| int cholmod_common_struct::final_monotonic |
◆ final_resymbol
| int cholmod_common_struct::final_resymbol |
◆ zrelax
| double cholmod_common_struct::zrelax[3] |
◆ nrelax
| size_t cholmod_common_struct::nrelax[3] |
◆ prefer_zomplex
| int cholmod_common_struct::prefer_zomplex |
◆ prefer_upper
| int cholmod_common_struct::prefer_upper |
◆ quick_return_if_not_posdef
| int cholmod_common_struct::quick_return_if_not_posdef |
◆ print
| int cholmod_common_struct::print |
◆ precise
| int cholmod_common_struct::precise |
◆ print_function
| int(* cholmod_common_struct::print_function) (const char *,...) |
◆ try_catch
| int cholmod_common_struct::try_catch |
◆ error_handler
| void(* cholmod_common_struct::error_handler) (int status, char *file, int line, char *message) |
◆ nmethods
| int cholmod_common_struct::nmethods |
◆ current
| int cholmod_common_struct::current |
◆ selected
| int cholmod_common_struct::selected |
◆ method
◆ postorder
| int cholmod_common_struct::postorder |
◆ malloc_memory
| void*(* cholmod_common_struct::malloc_memory) (size_t) |
◆ realloc_memory
| void*(* cholmod_common_struct::realloc_memory) (void *, size_t) |
◆ free_memory
| void(* cholmod_common_struct::free_memory) (void *) |
◆ calloc_memory
| void*(* cholmod_common_struct::calloc_memory) (size_t, size_t) |
◆ complex_divide
| int(* cholmod_common_struct::complex_divide) (double ax, double az, double bx, double bz, double *cx, double *cz) |
◆ hypotenuse
| double(* cholmod_common_struct::hypotenuse) (double x, double y) |
◆ metis_memory
| double cholmod_common_struct::metis_memory |
◆ metis_dswitch
| double cholmod_common_struct::metis_dswitch |
◆ metis_nswitch
| size_t cholmod_common_struct::metis_nswitch |
◆ nrow
| size_t cholmod_common_struct::nrow |
◆ mark
| UF_long cholmod_common_struct::mark |
◆ iworksize
| size_t cholmod_common_struct::iworksize |
◆ xworksize
| size_t cholmod_common_struct::xworksize |
◆ Flag
| void* cholmod_common_struct::Flag |
◆ Head
| void* cholmod_common_struct::Head |
◆ Xwork
| void* cholmod_common_struct::Xwork |
◆ Iwork
| void* cholmod_common_struct::Iwork |
◆ itype
| int cholmod_common_struct::itype |
◆ dtype
| int cholmod_common_struct::dtype |
◆ no_workspace_reallocate
| int cholmod_common_struct::no_workspace_reallocate |
◆ status
| int cholmod_common_struct::status |
◆ fl
| double cholmod_common_struct::fl |
◆ lnz
| double cholmod_common_struct::lnz |
◆ anz
| double cholmod_common_struct::anz |
◆ modfl
| double cholmod_common_struct::modfl |
◆ malloc_count
| size_t cholmod_common_struct::malloc_count |
◆ memory_usage
| size_t cholmod_common_struct::memory_usage |
◆ memory_inuse
| size_t cholmod_common_struct::memory_inuse |
◆ nrealloc_col
| double cholmod_common_struct::nrealloc_col |
◆ nrealloc_factor
| double cholmod_common_struct::nrealloc_factor |
◆ ndbounds_hit
| double cholmod_common_struct::ndbounds_hit |
◆ rowfacfl
| double cholmod_common_struct::rowfacfl |
◆ aatfl
| double cholmod_common_struct::aatfl |
◆ other1
| double cholmod_common_struct::other1[16] |
◆ other2
| UF_long cholmod_common_struct::other2[16] |
◆ other3
| int cholmod_common_struct::other3[13] |
◆ prefer_binary
| int cholmod_common_struct::prefer_binary |
◆ default_nesdis
| int cholmod_common_struct::default_nesdis |
◆ called_nd
| int cholmod_common_struct::called_nd |
◆ other4
| size_t cholmod_common_struct::other4[16] |
◆ other5
| void* cholmod_common_struct::other5[16] |
The documentation for this struct was generated from the following file: