Maintainer | atloomis@math.arizona.edu |
---|---|
Stability | Experimental |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
fromLists :: Eq b => [[a]] -> [b] -> b -> [(a, c -> b)] Source #
Create a transition function from a transition matrix. Inputs should obey:
all (== length matrix) (map length matrix) length matrix == length states