Package shh.util

Interface Summary
HopcroftTarjan.Graph A graph, defined purely by local conditions.
StronglyConn.Graph A directed graph, defined purely by local conditions.
 

Class Summary
Cons Partial support for cons, the basic data structure in Lisp.
CSparseWin As we perform linear algebra operations on a CSparse matrix, this window displays the changing sparsity pattern and other information.
Demo Run main(java.lang.String[]) to demonstrate how CSparseWin displays the reduction of a large sparse matrix (a CSparse) over Z.
Format Formatting utilities.
HopcroftTarjan If a graph implements HopcroftTarjan.Graph, then HopcroftTarjan.getDFS(shh.util.HopcroftTarjan.Graph, java.lang.Object) will perform a depth-first search on it.
LineChart A simple chart showing one or more line graphs.
MemoryMonitor Tracks memory allocated and used, displayed in a graph.
NumThy This class provides static methods from elementary number theory, strictly limited to the int data type.
StatWin StatWin.show(double[], java.lang.String, int) displays a window with a line graph.
StronglyConn If a directed graph implements StronglyConn.Graph, then StronglyConn.getSCC(shh.util.StronglyConn.Graph, java.lang.Object) will find its strongly-connected components.