summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/Static.hs
AgeCommit message (Collapse)Author
2016-05-25added expm and logm; the justification is again that they may only be called ↵Justin Le
on square matrices.
2016-05-25Additive, Transposable instances for Static data typesJustin Le
2016-04-04Remove Binary orphan instance for ComplexSidharth Kapur
2016-03-13Add dimension check in Dim binary instanceSidharth Kapur
2016-03-13Simplify binary instancesSidharth Kapur
2016-03-13Merge branch 'master' into matrix_binarySidharth Kapur
Conflicts: packages/base/src/Internal/Matrix.hs
2016-02-09make ghc-8.0 happyAlberto Ruiz
2016-02-01Remove CPP option from cabal filesSidharth Kapur
Use {-# LANGUAGE CPP #-} instead.
2016-02-01some work (will probably undo this commit later)Sidharth Kapur
2015-12-22NFData instances for various Static types, and mapping and outer product ↵Justin Le
methods to Domain
2015-06-14minor changesAlberto Ruiz
2015-06-06remove ToolsAlberto Ruiz
2015-06-05move internal staticAlberto Ruiz