HaskellForMaths-0.4.8: Combinatorics, group theory, commutative algebra, non-commutative algebra

Safe HaskellNone
LanguageHaskell98

Math.Combinatorics.LatinSquares

Synopsis

Documentation

findLatinSqs :: Eq a => [a] -> [[[a]]] Source

isLatinSq :: Ord a => [[a]] -> Bool Source

isOneOfEach :: Ord a => [a] -> Bool Source

incidenceGraphLS :: Ord a => [[a]] -> Graph (Int, Int, a) Source

incidenceGraphLS' :: Eq a => [[a]] -> Graph (Int, Int) Source

isOrthogonal :: (Ord a, Ord b) => [[a]] -> [[b]] -> Bool Source

Are the two latin squares orthogonal?

findMOLS :: (Ord b, Num a, Eq a) => a -> [[[b]]] -> [[[[b]]]] Source

isMOLS :: Ord a => [[[a]]] -> Bool Source

Are the latin squares mutually orthogonal (ie each pair is orthogonal)?

fromProjectivePlane :: (Ord k, Num k) => Design [k] -> [[[Int]]] Source

MOLS from a projective plane

isOA :: Ord b => (Int, Int) -> [[b]] -> Bool Source

fromLS :: [[Int]] -> [[Int]] Source

fromMOLS :: [[[Int]]] -> [[Int]] Source

graphOA :: Ord b => [[b]] -> Graph [b] Source

srgParamsOA :: Num t => (t, t) -> Maybe (t, t, t, t) Source