]> git.unchartedbackwaters.co.uk Git - francis/lta.git/log
francis/lta.git
12 years agoClean-up precedence printing code. master
Francis Russell [Thu, 18 Apr 2013 18:12:27 +0000 (19:12 +0100)]
Clean-up precedence printing code.

12 years agoIntial implementation of expression pretty printing.
Francis Russell [Thu, 18 Apr 2013 15:32:26 +0000 (16:32 +0100)]
Intial implementation of expression pretty printing.

12 years agoInital work on pretty printing.
Francis Russell [Thu, 18 Apr 2013 10:40:17 +0000 (11:40 +0100)]
Inital work on pretty printing.

12 years agoConstruct padded DFT.
Francis Russell [Wed, 17 Apr 2013 14:36:13 +0000 (15:36 +0100)]
Construct padded DFT.

12 years agoWork on finding and renaming symbols.
Francis Russell [Wed, 17 Apr 2013 12:43:05 +0000 (13:43 +0100)]
Work on finding and renaming symbols.

12 years agoAdd support for conditionals.
Francis Russell [Wed, 17 Apr 2013 12:41:51 +0000 (13:41 +0100)]
Add support for conditionals.

12 years agoAdd script to compare NumPy's FFT and explicit DFT matrix.
Francis Russell [Mon, 15 Apr 2013 17:57:01 +0000 (18:57 +0100)]
Add script to compare NumPy's FFT and explicit DFT matrix.

12 years agoAvoid introducing a sum when negating a product.
Francis Russell [Sun, 14 Apr 2013 10:47:06 +0000 (11:47 +0100)]
Avoid introducing a sum when negating a product.

12 years agoMinor code clean-ups.
Francis Russell [Fri, 12 Apr 2013 19:35:18 +0000 (20:35 +0100)]
Minor code clean-ups.

12 years agoAdd simple example expressing a DFT.
Francis Russell [Fri, 12 Apr 2013 16:19:28 +0000 (17:19 +0100)]
Add simple example expressing a DFT.

12 years agoFix raising rationals to negative integers.
Francis Russell [Fri, 12 Apr 2013 16:10:17 +0000 (17:10 +0100)]
Fix raising rationals to negative integers.

Haskell's Ratio implementation complains about negative exponents.

12 years agoMake extractMultiplier handle single-term Sum.
Francis Russell [Fri, 12 Apr 2013 15:59:34 +0000 (16:59 +0100)]
Make extractMultiplier handle single-term Sum.

12 years agoAdd Fractional instance for Expr.
Francis Russell [Fri, 12 Apr 2013 15:40:20 +0000 (16:40 +0100)]
Add Fractional instance for Expr.

12 years agoAdd negate implementation for Literal and Expr.
Francis Russell [Fri, 12 Apr 2013 15:39:53 +0000 (16:39 +0100)]
Add negate implementation for Literal and Expr.

12 years agoInitial work on symbolic representation based on Excafé.
Francis Russell [Mon, 8 Apr 2013 19:40:57 +0000 (20:40 +0100)]
Initial work on symbolic representation based on ExcafĂ©.