1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
.gitignore /Test and /Makefile More... about 15 years ago
Magic to allow Test.hs to compile despite using taylor More... about 15 years ago
move zipWithDefaults and !!~ into List/Uttl.hs; minor clarification tweaks to Test.hs More... about 15 years ago
tiny typos More... about 15 years ago
some misc machinery to test taylor expansions; begin systematic application More... about 15 years ago
misc stylistic improvements (i.e., wanking) More... about 15 years ago
add bivariate taylor series to show the ugliness of nesting AD in Haskell More... about 15 years ago
export primal and functional analog thereof, which are renamed from lowerXX to primalXX More... about 15 years ago
relative approximation, approx list equality, better tower test More... about 15 years ago
funny test case for diffsUU: very slow powers of two! More... about 15 years ago
Rename type Dual to Tower, for clarity, correctness, and to avoid name clash with Data.Monoid.Dual. More... about 15 years ago
For consistency, specialize transposePad* to only pad w/ 0s. More... about 15 years ago
remove test cases already in automatic test suite from comment More... about 15 years ago
old-style cdr is drop 1 More... about 15 years ago
Fixity of (~=). Constrained inputs for taylor quickcheck.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Merge branch 'master' of git://github.com/barak/fad
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
test cases for diffsXX More... about 15 years ago
unqualified univariate synonyms More... about 15 years ago
diffs = diffs0UU. Docs consistent with diff, diff2.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Consistently put Num constraints first in contexts.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Exposed documentation of diff variant (including naming convention).
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
FunctorE -> Foldable.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
test case for taylor series of sin More... about 15 years ago
separate zero-paddding and non-zero-padding variants of diffs More... about 15 years ago
use defined interface in definition of taylor series evaluator More... about 15 years ago
rename consistently: diff2XX; add diffsXX for towers (possible issue: might need to truncate instead of zeroPad) More... about 15 years ago
More straggler cleanup (FAD -> Numeric.FAD).
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
straggler: git grep Fad ; sed s/Fad/FAD/ More... about 15 years ago
Changed module name to FAD. Upped version to 1.0.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Note on pass-in-a-lifter variation not really relevant to library user. Removed from haddocks.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago