| Copyright | (C) 2011 Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | type families |
| Safe Haskell | Safe |
| Language | Haskell98 |
Data.Graph.AdjacencyMatrix
Description
Documentation
newtype AdjacencyMatrix arr i a #
Constructors
| AdjacencyMatrix | |
Fields
| |
Instances
class Graph g => AdjacencyMatrixGraph g #
Minimal complete definition
Instances
ask :: AdjacencyMatrix arr i (arr (i, i) Bool) #