EVSL
1.1.0
EigenValues Slicing Library
|
#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 | |
CS_INT * | cs_counts (const cs *A, const CS_INT *parent, const CS_INT *post, CS_INT ata) |
#define HEAD | ( | k, | |
j | |||
) | (ata ? head [k] : j) |
Definition at line 3 of file cs_counts.c.
Referenced by cs_counts().
#define NEXT | ( | J | ) | (ata ? next [J] : -1) |
Definition at line 4 of file cs_counts.c.
Referenced by cs_counts().
Definition at line 17 of file cs_counts.c.
References cs, CS_CSC, cs_idone(), CS_INT, cs_leaf(), cs_malloc(), cs_transpose(), HEAD, and NEXT.
Referenced by cs_schol(), and cs_sqr().