Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | random numbers in base | Alberto Ruiz | |
2014-05-20 | loadMatrix, saveMatrix | Alberto Ruiz | |
2014-05-18 | updated convolution | Alberto Ruiz | |
2014-05-16 | Numeric.Container compatible | Alberto Ruiz | |
2014-05-16 | GSL.LinearAlgebra reorganized | Alberto Ruiz | |
2014-05-16 | license changes, reexport modules | Alberto Ruiz | |
2014-05-16 | linear algebra moved | Alberto Ruiz | |
2014-05-16 | container and algorithms moved to base | Alberto Ruiz | |
2014-05-16 | move rand, randn | Alberto Ruiz | |
2014-05-16 | instances moved to base | Alberto Ruiz | |
2014-05-15 | containerboot moved to base | Alberto Ruiz | |
2014-05-15 | moved complex mapVal and zip | Alberto Ruiz | |
2014-05-15 | moved map complex | Alberto Ruiz | |
2014-05-14 | moved zip real | Alberto Ruiz | |
2014-05-14 | moved map real | Alberto Ruiz | |
2014-05-14 | moved toScalar | Alberto Ruiz | |
2014-05-14 | fix size bug | Alberto Ruiz | |
2014-05-14 | moved prod | Alberto Ruiz | |
2014-05-14 | moved sum | Alberto Ruiz | |
2014-05-14 | vectorized operations in base | Alberto Ruiz | |
2014-05-14 | remove cdot | Alberto Ruiz | |
2014-05-14 | Merge branch 'master' of github.com:albertoruiz/hmatrix | Alberto Ruiz | |
2014-05-14 | undeprecate dot, fix <.> | Alberto Ruiz | |
2014-05-13 | Merge pull request #71 from rdesfo/master | Alberto Ruiz | |
README: updated Math packages link | |||
2014-05-12 | README: updated Math packages link | Ryan Desfosses | |
2014-05-08 | separation ok | Alberto Ruiz | |
2014-05-08 | Conversion, LAPACK -> base | Alberto Ruiz | |
2014-05-08 | Data.Packed -> base (I) | Alberto Ruiz | |
2014-05-08 | moved Random | Alberto Ruiz | |
2014-05-08 | empty hmatrix-base | Alberto Ruiz | |
2014-05-07 | undeprecate <.>, extended to contraction | Alberto Ruiz | |
2014-05-06 | added qrgr | Alberto Ruiz | |
2014-05-06 | fix C warnings | Alberto Ruiz | |
2014-05-06 | extend conformability to empty arrays | Alberto Ruiz | |
2014-05-04 | allow empty arrays | Alberto Ruiz | |
2014-05-02 | (<>) and (×) | Alberto Ruiz | |
(<>) back for compat, added (×), LSDiv, +documentation, classes to dev, Monoid using optimiseMult, | |||
2014-05-01 | top reexport module | Alberto Ruiz | |
2014-04-30 | improved documentation | Alberto Ruiz | |
2014-04-30 | better reexport modules | Alberto Ruiz | |
2014-04-29 | hide documentation | Alberto Ruiz | |
2014-04-29 | added 2 em dash for vertical concatenation | Alberto Ruiz | |
2014-04-25 | (<>) and (·) | Alberto Ruiz | |
use <> for general contraction, remove ×, use Alt Gr . for cdot | |||
2014-04-24 | deprecate vjoin, dot and (<.>). Move (⋅) to Container | Alberto Ruiz | |
2014-04-24 | fix documentation | Alberto Ruiz | |
2014-04-24 | build with bidirectional type inference | Alberto Ruiz | |
2014-04-24 | konst with bidirectional type inference | Alberto Ruiz | |
2014-04-24 | changelog and thanks | Alberto Ruiz | |
2014-04-24 | (<.>) renamed to (⋅) | Alberto Ruiz | |
2014-04-24 | tests updated to 0.16 | Alberto Ruiz | |
2014-04-24 | cdot and (×) | Alberto Ruiz | |
added cdot dot renamed to udot <.> changed to cdot and moved to Numeric.LinearAlgebra.Util new general contraction operator (×) Plot functions moved to Numeric.LinearAlgebra.Util |