Uses of Class
netkit.util.GraphMetrics.AdjacencyMatrix

Packages that use GraphMetrics.AdjacencyMatrix
netkit.util   
 

Uses of GraphMetrics.AdjacencyMatrix in netkit.util
 

Methods in netkit.util that return GraphMetrics.AdjacencyMatrix
 GraphMetrics.AdjacencyMatrix GraphMetrics.getAdjacencyMatrix(boolean unweighted)
          Get the (possibly unweighted) adjacency matrix of this graph in the COLT sparseMatrix2D format.