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

Go to the source code of this file.

Functions

int CHOLMOD() resymbol (cholmod_sparse *A, Int *fset, size_t fsize, int pack, cholmod_factor *L, cholmod_common *Common)
 
int CHOLMOD() resymbol_noperm (cholmod_sparse *A, Int *fset, size_t fsize, int pack, cholmod_factor *L, cholmod_common *Common)
 

Function Documentation

int CHOLMOD() resymbol ( cholmod_sparse A,
Int fset,
size_t  fsize,
int  pack,
cholmod_factor L,
cholmod_common Common 
)

Definition at line 46 of file amesos_cholmod_resymbol.c.

int CHOLMOD() resymbol_noperm ( cholmod_sparse A,
Int fset,
size_t  fsize,
int  pack,
cholmod_factor L,
cholmod_common Common 
)

Definition at line 231 of file amesos_cholmod_resymbol.c.