|
Amesos Package Browser (Single Doxygen Collection)
Development
|
#include <amesos_klu_decl.h>
Public Attributes | |
| double | tol |
| double | memgrow |
| double | initmem_amd |
| double | initmem |
| double | maxwork |
| int | btf |
| int | ordering |
| int | scale |
| void *(* | malloc_memory )(size_t) |
| void *(* | realloc_memory )(void *, size_t) |
| void(* | free_memory )(void *) |
| void *(* | calloc_memory )(size_t, size_t) |
| int(* | user_order )(int, int *, int *, int *, struct klu_common_struct *) |
| void * | user_data |
| int | halt_if_singular |
| int | status |
| int | nrealloc |
| int | structural_rank |
| int | numerical_rank |
| int | singular_col |
| int | noffdiag |
| double | flops |
| double | rcond |
| double | condest |
| double | rgrowth |
| double | work |
| size_t | memusage |
| size_t | mempeak |
Definition at line 137 of file amesos_klu_decl.h.
| double klu_common_struct::tol |
Definition at line 144 of file amesos_klu_decl.h.
| double klu_common_struct::memgrow |
Definition at line 145 of file amesos_klu_decl.h.
| double klu_common_struct::initmem_amd |
Definition at line 146 of file amesos_klu_decl.h.
| double klu_common_struct::initmem |
Definition at line 147 of file amesos_klu_decl.h.
| double klu_common_struct::maxwork |
Definition at line 148 of file amesos_klu_decl.h.
| int klu_common_struct::btf |
Definition at line 150 of file amesos_klu_decl.h.
| int klu_common_struct::ordering |
Definition at line 151 of file amesos_klu_decl.h.
| int klu_common_struct::scale |
Definition at line 153 of file amesos_klu_decl.h.
| void*(* klu_common_struct::malloc_memory)(size_t) |
Definition at line 157 of file amesos_klu_decl.h.
| void*(* klu_common_struct::realloc_memory)(void *, size_t) |
Definition at line 158 of file amesos_klu_decl.h.
| void(* klu_common_struct::free_memory)(void *) |
Definition at line 159 of file amesos_klu_decl.h.
| void*(* klu_common_struct::calloc_memory)(size_t, size_t) |
Definition at line 160 of file amesos_klu_decl.h.
| int(* klu_common_struct::user_order)(int, int *, int *, int *, struct klu_common_struct *) |
Definition at line 163 of file amesos_klu_decl.h.
| void* klu_common_struct::user_data |
Definition at line 168 of file amesos_klu_decl.h.
| int klu_common_struct::halt_if_singular |
Definition at line 170 of file amesos_klu_decl.h.
| int klu_common_struct::status |
Definition at line 183 of file amesos_klu_decl.h.
| int klu_common_struct::nrealloc |
Definition at line 184 of file amesos_klu_decl.h.
| int klu_common_struct::structural_rank |
Definition at line 186 of file amesos_klu_decl.h.
| int klu_common_struct::numerical_rank |
Definition at line 191 of file amesos_klu_decl.h.
| int klu_common_struct::singular_col |
Definition at line 197 of file amesos_klu_decl.h.
| int klu_common_struct::noffdiag |
Definition at line 202 of file amesos_klu_decl.h.
| double klu_common_struct::flops |
Definition at line 204 of file amesos_klu_decl.h.
| double klu_common_struct::rcond |
Definition at line 205 of file amesos_klu_decl.h.
| double klu_common_struct::condest |
Definition at line 206 of file amesos_klu_decl.h.
| double klu_common_struct::rgrowth |
Definition at line 207 of file amesos_klu_decl.h.
| double klu_common_struct::work |
Definition at line 208 of file amesos_klu_decl.h.
| size_t klu_common_struct::memusage |
Definition at line 210 of file amesos_klu_decl.h.
| size_t klu_common_struct::mempeak |
Definition at line 211 of file amesos_klu_decl.h.
1.8.6