]> gitweb.factorcode.org Git - factor.git/commit
Added math.dual and math.derivatives for computing with dual numbers. Also
authorJason Merrill <jason.merrill@yale.edu>
Fri, 13 Feb 2009 04:13:16 +0000 (23:13 -0500)
committerJason Merrill <jason.merrill@yale.edu>
Fri, 13 Feb 2009 04:13:16 +0000 (23:13 -0500)
commitfe55e939f95b198602ca12659fc13759c33a6fc5
treeb6ec8b13b9e287fe564246e1e52e36f9d64c1b34
parent489bb32a9848baf04c336c03c08a16c0c445847e
Added math.dual and math.derivatives for computing with dual numbers. Also
made a few more methods in math.functions generic in order to specialize them
on dual numbers.
12 files changed:
basis/math/functions/functions.factor
extra/math/derivatives/authors.txt [new file with mode: 0644]
extra/math/derivatives/derivatives-docs.factor [new file with mode: 0644]
extra/math/derivatives/derivatives-tests.factor [new file with mode: 0644]
extra/math/derivatives/derivatives.factor [new file with mode: 0644]
extra/math/derivatives/syntax/authors.txt [new file with mode: 0644]
extra/math/derivatives/syntax/syntax-docs.factor [new file with mode: 0644]
extra/math/derivatives/syntax/syntax.factor [new file with mode: 0644]
extra/math/dual/authors.txt [new file with mode: 0644]
extra/math/dual/dual-docs.factor [new file with mode: 0644]
extra/math/dual/dual-tests.factor [new file with mode: 0644]
extra/math/dual/dual.factor [new file with mode: 0644]