explicit-determinant-0.1.0.0: explicit computation of determinant of small matrices

Safe HaskellSafe-Inferred
LanguageHaskell2010

Numeric.Determinant.Explicit

Synopsis

Documentation

det :: Num a => Int -> [[a]] -> a Source

compute the determinant of the top left sub-matrix of given size, which can be in [1..5]