Package | Description |
---|---|
edu.uci.ics.jung.algorithms |
Provides a set of specialized algorithms for computing various measures on graphs as well as transforming graphs in different ways.
|
Modifier and Type | Class and Description |
---|---|
class |
RealMatrixElementOperations
Implements the basic matrix operations on double-precision values.
|
Modifier and Type | Method and Description |
---|---|
static Graph |
GraphMatrixOperations.square(Graph g,
MatrixElementOperations meo)
Returns the graph that corresponds to the square of the (weighted)
adjacency matrix that the specified graph
g encodes. |