| Copyright | (C) 2011 Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Edward Kmett <[email protected]> |
| Stability | experimental |
| Portability | type families |
| Safe Haskell | Safe |
| Language | Haskell98 |
Data.Graph.Class.AdjacencyMatrix
Description
Documentation
class Graph g => AdjacencyMatrixGraph g where Source #
Instances
module Data.Graph.Class