Uses of Interface
shh.util.HopcroftTarjan.Graph

Packages that use HopcroftTarjan.Graph
shh.csparse   
shh.util   
 

Uses of HopcroftTarjan.Graph in shh.csparse
 

Classes in shh.csparse that implement HopcroftTarjan.Graph
 class MPDQ
          Finds the Smith normal form of its argument, working in arbitrary precision over Z while aiming to avoid fill-in and entry explosion in the sparse matrix.
 

Uses of HopcroftTarjan.Graph in shh.util
 

Methods in shh.util with parameters of type HopcroftTarjan.Graph
static Object[] HopcroftTarjan.getDFS(HopcroftTarjan.Graph g, Object startingVertex)
          Does a depth-first search (DFS) on g starting at the indicated vertex.