Defines | Functions
cs_counts.c File Reference
#include "cs.h"
Include dependency graph for cs_counts.c:

Go to the source code of this file.

Defines

#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 Documentation

#define HEAD (   k,
 
)    (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.


Function Documentation

int* cs_counts ( const cs A,
const int *  parent,
const int *  post,
int  ata 
)

Definition at line 17 of file cs_counts.c.

static void init_ata ( cs AT,
const int *  post,
int *  w,
int **  head,
int **  next 
) [static]

Definition at line 5 of file cs_counts.c.



hogman_minimal
Author(s): Maintained by Juergen Sturm
autogenerated on Mon Oct 6 2014 00:06:59