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_ccolamd.c File Reference
#include "amesos_cholmod_internal.h"
#include "amesos_ccolamd.h"
#include "amesos_cholmod_partition.h"
Include dependency graph for amesos_cholmod_l_ccolamd.c:

Go to the source code of this file.

Macros

#define DLONG   1
 

Functions

static int ccolamd_interface (cholmod_sparse *A, size_t alen, Int *Perm, Int *Cmember, Int *fset, Int fsize, cholmod_sparse *C, cholmod_common *Common)
 
int CHOLMOD() ccolamd (cholmod_sparse *A, Int *fset, size_t fsize, Int *Cmember, Int *Perm, cholmod_common *Common)
 

Macro Definition Documentation

#define DLONG   1

Definition at line 29 of file amesos_cholmod_l_ccolamd.c.

Function Documentation

static int ccolamd_interface ( cholmod_sparse A,
size_t  alen,
Int Perm,
Int Cmember,
Int fset,
Int  fsize,
cholmod_sparse C,
cholmod_common Common 
)
static

Definition at line 46 of file amesos_cholmod_l_ccolamd.c.

int CHOLMOD() ccolamd ( cholmod_sparse A,
Int fset,
size_t  fsize,
Int Cmember,
Int Perm,
cholmod_common Common 
)

Definition at line 128 of file amesos_cholmod_l_ccolamd.c.