Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "amesos_camd_internal.h"
Go to the source code of this file.
Macros | |
#define | IsInCurrentSet(C, i, curC) ((C == NULL) ? 1 : (C [i] == curC)) |
#define | InSameConstraintSet(C, i, j) ((C == NULL) ? 1 : (C [i] == C [j])) |
Functions | |
static Int | amesos_clear_flag (Int wflg, Int wbig, Int W [], Int n) |
GLOBAL void | CAMD_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 [], const Int C [], Int BucketSet []) |
#define IsInCurrentSet | ( | C, | |
i, | |||
curC | |||
) | ((C == NULL) ? 1 : (C [i] == curC)) |
Definition at line 22 of file amesos_camd_2.c.
#define InSameConstraintSet | ( | C, | |
i, | |||
j | |||
) | ((C == NULL) ? 1 : (C [i] == C [j])) |
Definition at line 25 of file amesos_camd_2.c.
Definition at line 33 of file amesos_camd_2.c.