summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/LinearAlgebra
AgeCommit message (Expand)Author
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-30subMatrix changed to non copying sliceAlberto Ruiz
2015-06-24initial support of sliceMatrix, remove transdataAlberto Ruiz
2015-06-22sliceMatrix (wip)Alberto Ruiz
2015-06-19removed the annoying appN adapter for the foreign functions.Alberto Ruiz
2015-06-17gemmmAlberto Ruiz
2015-06-15documentation, more general cond, remove some unicode, minor changesAlberto Ruiz
2015-06-14minor changesAlberto Ruiz
2015-06-13setRect, general luPacked' based on luSTAlberto Ruiz
2015-06-12row ops in STAlberto Ruiz
2015-06-08instances for Mod m Z and Mod m IAlberto Ruiz
2015-06-06fromZ, toZAlberto Ruiz
2015-06-06remove ToolsAlberto Ruiz
2015-06-05move lapackAlberto Ruiz
2015-06-05 move algorithmsAlberto Ruiz
2015-06-05move randomAlberto Ruiz
2015-06-05move convolutionAlberto Ruiz
2015-06-05move cgAlberto Ruiz
2015-06-05move utilAlberto Ruiz
2015-06-05move modularAlberto Ruiz
2015-06-05move internal staticAlberto Ruiz
2015-06-05change imports in the exposed modulesAlberto Ruiz
2015-06-03Add {take,drop}Last{Rows,Columns}ntfrgl
2015-06-01generic gaussElim, modularTestAlberto Ruiz
2015-05-31added experimental module for modular operationAlberto Ruiz
2015-05-28general Range, testAlberto Ruiz
2015-05-28remap autoconformableAlberto Ruiz
2015-05-28use omat for multiplyIAlberto Ruiz
2015-05-28test int funsAlberto Ruiz
2015-05-27omat, AT, remapAlberto Ruiz
2015-05-27ccompare, cselect, toIntAlberto Ruiz
2015-05-26tr' , documentationAlberto Ruiz