edu.columbia.cs.utils
Class SimpleGraphUtils

java.lang.Object
  extended by edu.columbia.cs.utils.SimpleGraphUtils
All Implemented Interfaces:
java.io.Serializable

public class SimpleGraphUtils
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SimpleGraphUtils()
           
 
Method Summary
 cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D getProductAdjacencyMatrix(DependencyGraph g1, DependencyGraph g2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleGraphUtils

public SimpleGraphUtils()
Method Detail

getProductAdjacencyMatrix

public cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D getProductAdjacencyMatrix(DependencyGraph g1,
                                                                                      DependencyGraph g2)