summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/LinearAlgebra/Static.hs
AgeCommit message (Expand)Author
2019-06-30Remove sundials as it has its own repo now. FixDominic Steinitz
2018-04-01Implement CIDominic Steinitz
2017-12-25Workaround for GHC-8.4.xHiromi ISHII
2017-09-30fix bug in static dot productAlberto Ruiz
2016-06-01added matrix inverse to DomainJustin Le
2016-06-01added constraint for meanCov that there is at least one input vectorJustin Le
2016-05-25added expm and logm; the justification is again that they may only be called ...Justin Le
2016-05-25The conjugate transpose of a symmetric real matrix is itselfJustin Le
2016-05-25added Complex type synonym to export listJustin Le
2016-05-25added determinate functions to Domain typeclass. Rationale is that these can...Justin Le
2016-05-25Transposable instance for HerJustin Le
2016-05-25Additive, Transposable instances for Static data typesJustin Le
2016-05-25re-implemented exactDim and exactLength in terms of the native GHC TypeLits A...Justin Le
2016-01-27Minor changeSidharth Kapur
2016-01-27Add Num, Fractional, Floating instances for SymSidharth Kapur
2016-01-11Merge branch 'master' of github.com:albertoruiz/hmatrixJustin Le
2016-01-11provisional fix for takeDiagAlberto Ruiz
2016-01-11Disp instance for Sym and HerJustin Le
2016-01-07changed zipWith to zipWithVector to match Numeric.LinearAlgebra.DevelJustin Le
2016-01-07reverted my previous 'bug fixes', because it should be safe to use unwrap ins...Justin Le
2016-01-07added withRows and withColumns, for ease of working with lists of rows and co...Justin Le
2016-01-07withOrth added, to mirror withNullSapce, for StaticJustin Le
2016-01-07added meanCov to StaticJustin Le
2016-01-07formatting commas for style consistencyJustin Le
2016-01-07random generator functions for Static moduleJustin Le
2016-01-07added extactLength and exactDims, which are useful for constraining multiple ...Justin Le
2016-01-07added zipWith to Domain typeclass, and fixed scalar expansion bugs for mapX f...Justin Le
2016-01-05extract full vector for static outerAlberto Ruiz
2015-12-31Add Normed instance for Static matrix and vectorSidharth Kapur
2015-12-22NFData instances for various Static types, and mapping and outer product meth...Justin Le
2015-07-21change names: Herm, unSym, mTm, and rnf instancesAlberto Ruiz
2015-07-16Her, LU, LDL, Linear, AdditiveAlberto Ruiz
2015-07-12documentationAlberto Ruiz
2015-06-15documentation, more general cond, remove some unicode, minor changesAlberto Ruiz
2015-06-14minor changesAlberto Ruiz
2015-06-06remove ToolsAlberto Ruiz
2015-06-05change imports in the exposed modulesAlberto Ruiz
2015-05-26tr' , documentationAlberto Ruiz
2015-05-25rangeAlberto Ruiz
2015-04-15remove UtilAlberto Ruiz
2015-04-10merge recentAlberto Ruiz
2015-01-08update base to ghc-7.10Alberto Ruiz
2014-09-07fix diagRectR/C (eye), check zero cols in in gmat(fromList-matrix), and thanksAlberto Ruiz
2014-06-20dot, mul, appAlberto Ruiz
2014-06-17size and createAlberto Ruiz
2014-06-16conditional compilation of static interfaceAlberto Ruiz
2014-06-13move modules (II)Alberto Ruiz
2014-06-13move modules (I)Alberto Ruiz
2014-06-10module and function namesAlberto Ruiz
2014-06-07refactoring staticAlberto Ruiz