|
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])) |
| #define | DLONG 1 |
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_l2.c.
| #define InSameConstraintSet | ( | C, | |
| i, | |||
| j | |||
| ) | ((C == NULL) ? 1 : (C [i] == C [j])) |
Definition at line 25 of file amesos_camd_l2.c.
| #define DLONG 1 |
Definition at line 28 of file amesos_camd_l2.c.
Definition at line 36 of file amesos_camd_l2.c.
1.8.14