#include "cs.h"
Go to the source code of this file.
Macros | |
#define | HEAD(k, j) (ata ? head [k] : j) |
#define | NEXT(J) (ata ? next [J] : -1) |
Functions | |
int * | cs_counts (const cs *A, const int *parent, const int *post, int ata) |
static void | init_ata (cs *AT, const int *post, int *w, int **head, int **next) |
#define HEAD | ( | k, | |
j | |||
) | (ata ? head [k] : j) |
Definition at line 3 of file cs_counts.c.
#define NEXT | ( | J | ) | (ata ? next [J] : -1) |
Definition at line 4 of file cs_counts.c.
int* cs_counts | ( | const cs * | A, |
const int * | parent, | ||
const int * | post, | ||
int | ata | ||
) |
Definition at line 17 of file cs_counts.c.
|
static |
Definition at line 5 of file cs_counts.c.