Amesos Package Browser (Single Doxygen Collection)  Development
Functions | Variables
amesos_amd_dump.c File Reference
#include "amesos_amd_internal.h"
Include dependency graph for amesos_amd_dump.c:

Go to the source code of this file.

Functions

GLOBAL void AMD_debug_init (char *s)
 
GLOBAL void AMD_dump (Int n, Int Pe [], Int Iw [], Int Len [], Int iwlen, Int pfree, Int Nv [], Int Next [], Int Last [], Int Head [], Int Elen [], Int Degree [], Int W [], Int nel)
 

Variables

GLOBAL Int AMD_debug = -999
 

Function Documentation

◆ AMD_debug_init()

GLOBAL void AMD_debug_init ( char *  s)

Definition at line 30 of file amesos_amd_dump.c.

◆ AMD_dump()

GLOBAL void AMD_dump ( Int  n,
Int  Pe[],
Int  Iw[],
Int  Len[],
Int  iwlen,
Int  pfree,
Int  Nv[],
Int  Next[],
Int  Last[],
Int  Head[],
Int  Elen[],
Int  Degree[],
Int  W[],
Int  nel 
)

Definition at line 57 of file amesos_amd_dump.c.

Variable Documentation

◆ AMD_debug

GLOBAL Int AMD_debug = -999

Definition at line 22 of file amesos_amd_dump.c.