Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "amesos_cholmod_internal.h"
#include "amesos_ccolamd.h"
#include "amesos_cholmod_partition.h"
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) |
#define DLONG 1 |
Definition at line 29 of file amesos_cholmod_l_ccolamd.c.
|
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.