summaryrefslogtreecommitdiff
path: root/lib/Numeric
AgeCommit message (Expand)Author
2014-05-08empty hmatrix-baseAlberto Ruiz
2014-05-07undeprecate <.>, extended to contractionAlberto Ruiz
2014-05-06added qrgrAlberto Ruiz
2014-05-06fix C warningsAlberto Ruiz
2014-05-06extend conformability to empty arraysAlberto Ruiz
2014-05-04allow empty arraysAlberto Ruiz
2014-05-02(<>) and (×)Alberto Ruiz
2014-05-01top reexport moduleAlberto Ruiz
2014-04-30improved documentationAlberto Ruiz
2014-04-30better reexport modulesAlberto Ruiz
2014-04-29hide documentationAlberto Ruiz
2014-04-29added 2 em dash for vertical concatenationAlberto Ruiz
2014-04-25(<>) and (·)Alberto Ruiz
2014-04-24deprecate vjoin, dot and (<.>). Move (⋅) to ContainerAlberto Ruiz
2014-04-24build with bidirectional type inferenceAlberto Ruiz
2014-04-24konst with bidirectional type inferenceAlberto Ruiz
2014-04-24(<.>) renamed to (⋅)Alberto Ruiz
2014-04-24cdot and (×)Alberto Ruiz
2014-04-23join -> vjoinAlberto Ruiz
2014-02-05zero absolute tolerance in the integration routines provisionally changed to ...Alberto Ruiz
2014-02-05absolute tolerance added to C interface for integrationAlberto Ruiz
2014-01-30build with ghc-7.7Adam Vogt
2014-01-30rename variables so Prelude.join will not cause problemsAdam Vogt
2013-11-15Field t constraints, general pinvTol, and pinv = pinvTol 1Alberto Ruiz
2013-08-20Merge pull request #50 from peddie/masterAlberto Ruiz
2013-08-19Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for difficult...Matthew Peddie
2013-08-16Added onedimensional minimization.Kristof Bastiaensen
2013-07-04explicit imports in UtilAlberto Ruiz
2013-05-22operators for extraction of rows and columns, alternative concatenationAlberto Ruiz
2013-05-21Util: pairwise2D, rowOuters, null1, null1symAlberto Ruiz
2013-05-21size, unitary, mtAlberto Ruiz
2013-05-21merge develop, fix conflictsAlberto Ruiz
2013-05-21meanCov moved to ContainerAlberto Ruiz
2013-05-08Implement uniRootJ for one-dimensional root-finding with derivativesAlex Lang
2013-05-08Implemented uniRoot for one-dimensional root-finding without derivativesAlex Lang
2013-04-11Fix off-by-one errors in gsl-aux.cTakano Akio
2012-07-30reference for Kronecker toolsAlberto Ruiz
2012-06-15kronecker toolsAlberto Ruiz
2012-06-10convolutionAlberto Ruiz
2012-03-21fall back to old ode if v2 not availableAlberto Ruiz
2012-03-19remove deprecatedAlberto Ruiz
2012-03-19orthAlberto Ruiz
2012-03-19rename module to Util, some changes, add cross product and dispAlberto Ruiz
2012-03-18change construction operatorsAlberto Ruiz
2012-03-14<\> admits multiple right-hand sidesAlberto Ruiz
2012-03-14new module Numeric.LinearAlgebra.RealAlberto Ruiz
2012-03-14type hint and thanksAlberto Ruiz
2012-03-13Merge remote-tracking branch 'wowus/master' into unsafeAlberto Ruiz
2012-03-11Missed a couple safe annotations.Clark Gaebel
2012-03-10Added back some safety.Clark Gaebel