-
Notifications
You must be signed in to change notification settings - Fork 2
/
fad.cabal
25 lines (23 loc) · 1019 Bytes
/
fad.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name: fad
Version: 1.1.0.1
License: BSD3
License-File: LICENSE
Copyright: Barak A. Pearlmutter and Jeffrey Mark Siskind 2008-2009
Author: Barak A. Pearlmutter and Jeffrey Mark Siskind
Maintainer: [email protected]
Stability: Experimental
Homepage: http://github.com/bjornbm/fad
Synopsis: Forward Automatic Differentiation.
Description:
Forward Automatic Differentiation via overloading to perform
nonstandard interpretation that replaces original numeric type with
corresponding generalized dual number type.
Existential type \"branding\" is used to prevent perturbation confusion.
**Note: In general we recommend using the ad package maintained by
Edward Kmett instead of this package.**
Category: Math
Build-Type: Simple
Build-Depends: base < 5
Exposed-Modules: Numeric.FAD
Other-Modules: List.Util
Extra-source-files: README, Test.hs