Amesos Package Browser (Single Doxygen Collection)
Development
|
#include <amesos_cholmod_core.h>
Classes | |
struct | cholmod_method_struct |
Public Attributes | |
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 | |
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.
double cholmod_common_struct::dbound |
Definition at line 399 of file amesos_cholmod_core.h.
double cholmod_common_struct::grow0 |
Definition at line 406 of file amesos_cholmod_core.h.
double cholmod_common_struct::grow1 |
Definition at line 414 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::grow2 |
Definition at line 416 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::maxrank |
Definition at line 425 of file amesos_cholmod_core.h.
double cholmod_common_struct::supernodal_switch |
Definition at line 435 of file amesos_cholmod_core.h.
int cholmod_common_struct::supernodal |
Definition at line 436 of file amesos_cholmod_core.h.
int cholmod_common_struct::final_asis |
Definition at line 444 of file amesos_cholmod_core.h.
int cholmod_common_struct::final_super |
Definition at line 448 of file amesos_cholmod_core.h.
int cholmod_common_struct::final_ll |
Definition at line 453 of file amesos_cholmod_core.h.
int cholmod_common_struct::final_pack |
Definition at line 456 of file amesos_cholmod_core.h.
int cholmod_common_struct::final_monotonic |
Definition at line 463 of file amesos_cholmod_core.h.
int cholmod_common_struct::final_resymbol |
Definition at line 466 of file amesos_cholmod_core.h.
double cholmod_common_struct::zrelax[3] |
Definition at line 475 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::nrelax[3] |
Definition at line 476 of file amesos_cholmod_core.h.
int cholmod_common_struct::prefer_zomplex |
Definition at line 491 of file amesos_cholmod_core.h.
int cholmod_common_struct::prefer_upper |
Definition at line 508 of file amesos_cholmod_core.h.
int cholmod_common_struct::quick_return_if_not_posdef |
Definition at line 518 of file amesos_cholmod_core.h.
int cholmod_common_struct::print |
Definition at line 526 of file amesos_cholmod_core.h.
int cholmod_common_struct::precise |
Definition at line 527 of file amesos_cholmod_core.h.
int(* cholmod_common_struct::print_function)(const char *,...) |
Definition at line 528 of file amesos_cholmod_core.h.
int cholmod_common_struct::try_catch |
Definition at line 530 of file amesos_cholmod_core.h.
void(* cholmod_common_struct::error_handler)(int status, char *file, int line, char *message) |
Definition at line 534 of file amesos_cholmod_core.h.
int cholmod_common_struct::nmethods |
Definition at line 603 of file amesos_cholmod_core.h.
int cholmod_common_struct::current |
Definition at line 616 of file amesos_cholmod_core.h.
int cholmod_common_struct::selected |
Definition at line 619 of file amesos_cholmod_core.h.
struct cholmod_common_struct::cholmod_method_struct cholmod_common_struct::method[CHOLMOD_MAXMETHODS + 1] |
int cholmod_common_struct::postorder |
Definition at line 720 of file amesos_cholmod_core.h.
void*(* cholmod_common_struct::malloc_memory)(size_t) |
Definition at line 729 of file amesos_cholmod_core.h.
void*(* cholmod_common_struct::realloc_memory)(void *, size_t) |
Definition at line 730 of file amesos_cholmod_core.h.
void(* cholmod_common_struct::free_memory)(void *) |
Definition at line 731 of file amesos_cholmod_core.h.
void*(* cholmod_common_struct::calloc_memory)(size_t, size_t) |
Definition at line 732 of file amesos_cholmod_core.h.
int(* cholmod_common_struct::complex_divide)(double ax, double az, double bx, double bz, double *cx, double *cz) |
Definition at line 738 of file amesos_cholmod_core.h.
double(* cholmod_common_struct::hypotenuse)(double x, double y) |
Definition at line 748 of file amesos_cholmod_core.h.
double cholmod_common_struct::metis_memory |
Definition at line 760 of file amesos_cholmod_core.h.
double cholmod_common_struct::metis_dswitch |
Definition at line 795 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::metis_nswitch |
Definition at line 796 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::nrow |
Definition at line 823 of file amesos_cholmod_core.h.
UF_long cholmod_common_struct::mark |
Definition at line 824 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::iworksize |
Definition at line 825 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::xworksize |
Definition at line 826 of file amesos_cholmod_core.h.
void* cholmod_common_struct::Flag |
Definition at line 831 of file amesos_cholmod_core.h.
void* cholmod_common_struct::Head |
Definition at line 834 of file amesos_cholmod_core.h.
void* cholmod_common_struct::Xwork |
Definition at line 837 of file amesos_cholmod_core.h.
void* cholmod_common_struct::Iwork |
Definition at line 846 of file amesos_cholmod_core.h.
int cholmod_common_struct::itype |
Definition at line 849 of file amesos_cholmod_core.h.
int cholmod_common_struct::dtype |
Definition at line 852 of file amesos_cholmod_core.h.
int cholmod_common_struct::no_workspace_reallocate |
Definition at line 859 of file amesos_cholmod_core.h.
int cholmod_common_struct::status |
Definition at line 872 of file amesos_cholmod_core.h.
double cholmod_common_struct::fl |
Definition at line 873 of file amesos_cholmod_core.h.
double cholmod_common_struct::lnz |
Definition at line 874 of file amesos_cholmod_core.h.
double cholmod_common_struct::anz |
Definition at line 875 of file amesos_cholmod_core.h.
double cholmod_common_struct::modfl |
Definition at line 878 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::malloc_count |
Definition at line 881 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::memory_usage |
Definition at line 882 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::memory_inuse |
Definition at line 883 of file amesos_cholmod_core.h.
double cholmod_common_struct::nrealloc_col |
Definition at line 885 of file amesos_cholmod_core.h.
double cholmod_common_struct::nrealloc_factor |
Definition at line 886 of file amesos_cholmod_core.h.
double cholmod_common_struct::ndbounds_hit |
Definition at line 887 of file amesos_cholmod_core.h.
double cholmod_common_struct::rowfacfl |
Definition at line 889 of file amesos_cholmod_core.h.
double cholmod_common_struct::aatfl |
Definition at line 890 of file amesos_cholmod_core.h.
double cholmod_common_struct::other1[16] |
Definition at line 904 of file amesos_cholmod_core.h.
UF_long cholmod_common_struct::other2[16] |
Definition at line 905 of file amesos_cholmod_core.h.
int cholmod_common_struct::other3[13] |
Definition at line 906 of file amesos_cholmod_core.h.
int cholmod_common_struct::prefer_binary |
Definition at line 908 of file amesos_cholmod_core.h.
int cholmod_common_struct::default_nesdis |
Definition at line 918 of file amesos_cholmod_core.h.
int cholmod_common_struct::called_nd |
Definition at line 925 of file amesos_cholmod_core.h.
size_t cholmod_common_struct::other4[16] |
Definition at line 928 of file amesos_cholmod_core.h.
void* cholmod_common_struct::other5[16] |
Definition at line 929 of file amesos_cholmod_core.h.