Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
amesos_cholmod_l_rowcolcounts.c File Reference
#include "amesos_cholmod_internal.h"
#include "amesos_cholmod_cholesky.h"
Include dependency graph for amesos_cholmod_l_rowcolcounts.c:

Go to the source code of this file.

Macros

#define DLONG   1
 

Functions

static int amesos_initialize_node (Int k, Int Post[], Int Parent[], Int ColCount[], Int PrevNbr[])
 
static void amesos_process_edge (Int p, Int u, Int k, Int First[], Int PrevNbr[], Int ColCount[], Int PrevLeaf[], Int RowCount[], Int SetParent[], Int Level[])
 
static void amesos_finalize_node (Int p, Int Parent[], Int SetParent[])
 
int CHOLMOD() rowcolcounts (cholmod_sparse *A, Int *fset, size_t fsize, Int *Parent, Int *Post, Int *RowCount, Int *ColCount, Int *First, Int *Level, cholmod_common *Common)
 

Macro Definition Documentation

#define DLONG   1

Definition at line 55 of file amesos_cholmod_l_rowcolcounts.c.

Function Documentation

static int amesos_initialize_node ( Int  k,
Int  Post[],
Int  Parent[],
Int  ColCount[],
Int  PrevNbr[] 
)
static

Definition at line 65 of file amesos_cholmod_l_rowcolcounts.c.

static void amesos_process_edge ( Int  p,
Int  u,
Int  k,
Int  First[],
Int  PrevNbr[],
Int  ColCount[],
Int  PrevLeaf[],
Int  RowCount[],
Int  SetParent[],
Int  Level[] 
)
static

Definition at line 96 of file amesos_cholmod_l_rowcolcounts.c.

static void amesos_finalize_node ( Int  p,
Int  Parent[],
Int  SetParent[] 
)
static

Definition at line 172 of file amesos_cholmod_l_rowcolcounts.c.

int CHOLMOD() rowcolcounts ( cholmod_sparse A,
Int fset,
size_t  fsize,
Int Parent,
Int Post,
Int RowCount,
Int ColCount,
Int First,
Int Level,
cholmod_common Common 
)

Definition at line 192 of file amesos_cholmod_l_rowcolcounts.c.