Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
orderedEdges :: Gr Int a -> [(Int, Int, a)] Source #
Get a re-mapped edge list with nodes ordered from 0 to the number of nodes in the graph.
class Graphable a where Source #
Graphable class for converting matrices to and from a graph.
Instances
Graphable AdjacencyMatrix Source # | |
Defined in Math.Graph.Types | |
Graphable AdjacencyMatrix Source # | |
Defined in Math.Graph.Types |