Package edu.uci.ics.jung.algorithms.matrix

Mechanisms for dealing with graphs as matrices.

See:
          Description

Interface Summary
MatrixElementOperations<E> 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.
RealMatrixElementOperations<E> Implements the basic matrix operations on double-precision values.
 

Package edu.uci.ics.jung.algorithms.matrix Description

Mechanisms for dealing with graphs as matrices. These include conversion to and from Colt matrices, and some matrix algorithms.



Copyright © 2009. All Rights Reserved.