Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
mmd.c File Reference
#include <metis.h>
Include dependency graph for mmd.c:

Go to the source code of this file.

Functions

void genmmd (int neqns, idxtype *xadj, idxtype *adjncy, idxtype *invp, idxtype *perm, int delta, idxtype *head, idxtype *qsize, idxtype *list, idxtype *marker, int maxint, int *ncsub)
 
void mmdelm (int mdeg_node, idxtype *xadj, idxtype *adjncy, idxtype *head, idxtype *forward, idxtype *backward, idxtype *qsize, idxtype *list, idxtype *marker, int maxint, int tag)
 
int mmdint (int neqns, idxtype *xadj, idxtype *adjncy, idxtype *head, idxtype *forward, idxtype *backward, idxtype *qsize, idxtype *list, idxtype *marker)
 
void mmdnum (int neqns, idxtype *perm, idxtype *invp, idxtype *qsize)
 
void mmdupd (int ehead, int neqns, idxtype *xadj, idxtype *adjncy, int delta, int *mdeg, idxtype *head, idxtype *forward, idxtype *backward, idxtype *qsize, idxtype *list, idxtype *marker, int maxint, int *tag)
 

Function Documentation

void genmmd ( int  neqns,
idxtype xadj,
idxtype adjncy,
idxtype invp,
idxtype perm,
int  delta,
idxtype head,
idxtype qsize,
idxtype list,
idxtype marker,
int  maxint,
int *  ncsub 
)

Definition at line 53 of file mmd.c.

void mmdelm ( int  mdeg_node,
idxtype xadj,
idxtype adjncy,
idxtype head,
idxtype forward,
idxtype backward,
idxtype qsize,
idxtype list,
idxtype marker,
int  maxint,
int  tag 
)

Definition at line 171 of file mmd.c.

int mmdint ( int  neqns,
idxtype xadj,
idxtype adjncy,
idxtype head,
idxtype forward,
idxtype backward,
idxtype qsize,
idxtype list,
idxtype marker 
)

Definition at line 305 of file mmd.c.

void mmdnum ( int  neqns,
idxtype perm,
idxtype invp,
idxtype qsize 
)

Definition at line 348 of file mmd.c.

void mmdupd ( int  ehead,
int  neqns,
idxtype xadj,
idxtype adjncy,
int  delta,
int *  mdeg,
idxtype head,
idxtype forward,
idxtype backward,
idxtype qsize,
idxtype list,
idxtype marker,
int  maxint,
int *  tag 
)

Definition at line 412 of file mmd.c.