Defines |
#define | AMD_AGGRESSIVE 1 |
#define | AMD_CONTROL 5 |
#define | AMD_DATE "May 31, 2007" |
#define | AMD_DEFAULT_AGGRESSIVE 1 |
#define | AMD_DEFAULT_DENSE 10.0 |
#define | AMD_DENSE 0 |
#define | AMD_DMAX 13 |
#define | AMD_INFO 20 |
#define | AMD_INVALID -2 |
#define | AMD_LNZ 9 |
#define | AMD_MAIN_VERSION 2 |
#define | AMD_MEMORY 7 |
#define | AMD_N 1 |
#define | AMD_NCMPA 8 |
#define | AMD_NDENSE 6 |
#define | AMD_NDIV 10 |
#define | AMD_NMULTSUBS_LDL 11 |
#define | AMD_NMULTSUBS_LU 12 |
#define | AMD_NZ 2 |
#define | AMD_NZ_A_PLUS_AT 5 |
#define | AMD_NZDIAG 4 |
#define | AMD_OK 0 |
#define | AMD_OK_BUT_JUMBLED 1 |
#define | AMD_OUT_OF_MEMORY -1 |
#define | AMD_STATUS 0 |
#define | AMD_SUB_VERSION 2 |
#define | AMD_SUBSUB_VERSION 0 |
#define | AMD_SYMMETRY 3 |
#define | AMD_VERSION AMD_VERSION_CODE(AMD_MAIN_VERSION,AMD_SUB_VERSION) |
#define | AMD_VERSION_CODE(main, sub) ((main) * 1000 + (sub)) |
#define | EXTERN extern |
Functions |
void | amd_2 (int n, int Pe[], int Iw[], int Len[], int iwlen, int pfree, int Nv[], int Next[], int Last[], int Head[], int Elen[], int Degree[], int W[], double Control[], double Info[]) |
void | amd_control (double Control[]) |
void | amd_defaults (double Control[]) |
void | amd_info (double Info[]) |
void | amd_l2 (UF_long n, UF_long Pe[], UF_long Iw[], UF_long Len[], UF_long iwlen, UF_long pfree, UF_long Nv[], UF_long Next[], UF_long Last[], UF_long Head[], UF_long Elen[], UF_long Degree[], UF_long W[], double Control[], double Info[]) |
void | amd_l_control (double Control[]) |
void | amd_l_defaults (double Control[]) |
void | amd_l_info (double Info[]) |
UF_long | amd_l_order (UF_long n, const UF_long Ap[], const UF_long Ai[], UF_long P[], double Control[], double Info[]) |
UF_long | amd_l_valid (UF_long n_row, UF_long n_col, const UF_long Ap[], const UF_long Ai[]) |
int | amd_order (int n, const int Ap[], const int Ai[], int P[], double Control[], double Info[]) |
int | amd_valid (int n_row, int n_col, const int Ap[], const int Ai[]) |
Variables |
EXTERN void *(* | amd_calloc )(size_t, size_t) |
EXTERN void(* | amd_free )(void *) |
EXTERN void *(* | amd_malloc )(size_t) |
EXTERN int(* | amd_printf )(const char *,...) |
EXTERN void *(* | amd_realloc )(void *, size_t) |