Function or value | Description |
|
|
|
Transforms a graph into a adjacency matrix of its edges. If there is no edge between two vertices, the noEdgeValue is used.
|
Full Usage:
toAdjacencyMatrixBy projection g
Parameters:
'Edge -> 'REdge
g : Graph<'Vertex, 'Label, 'Edge>
Returns: 'REdge[][]
|
|