NeoPZ
Functions
diamtr.cpp File Reference
#include "sloan.h"
Include dependency graph for diamtr.cpp:

Go to the source code of this file.

Functions

int diamtr_ (int64_t *n, int64_t *e2, int64_t *adj, int64_t *xadj, int64_t *mask, int64_t *ls, int64_t *xls, int64_t *hlevel, int64_t *snode, int64_t *nc)
 Purpose: Find nodes which define a pseudo-diameter of a graph and store distances from end node. More...
 

Function Documentation

◆ diamtr_()

int diamtr_ ( int64_t *  n,
int64_t *  e2,
int64_t *  adj,
int64_t *  xadj,
int64_t *  mask,
int64_t *  ls,
int64_t *  xls,
int64_t *  hlevel,
int64_t *  snode,
int64_t *  nc 
)

Purpose: Find nodes which define a pseudo-diameter of a graph and store distances from end node.

Definition at line 4 of file diamtr.cpp.

References degree(), isorti_(), and rootls_().

Referenced by label_().