Package edu.uci.ics.jung.algorithms

Provides a set of specialized algorithms for computing various measures on graphs as well as transforming graphs in different ways.

See:
          Description

Interface Summary
MatrixElementOperations An interface for specifying the behavior of graph/matrix operations for a particular element type.
 

Class Summary
GraphMatrixOperations Contains methods for performing the analogues of certain matrix operations on graphs.
IterativeProcess Provides basic infrastructure for iterative algorithms.
RealMatrixElementOperations Implements the basic matrix operations on double-precision values.
 

Package edu.uci.ics.jung.algorithms Description

Provides a set of specialized algorithms for computing various measures on graphs as well as transforming graphs in different ways.