Package: dual
Type: Package
Title: Automatic Differentiation with Dual Numbers
Version: 0.0.3
Date: 2019-12-14
Authors@R: c(person("Luca", "Sartore",
                        role = c("aut", "cre"),
                    email = "drwolf85@gmail.com",
                    comment = c(ORCID = "0000-0002-0446-1328")))
Maintainer: Luca Sartore <drwolf85@gmail.com>
Description: Automatic differentiation is achieved by using dual numbers without
  providing hand-coded gradient functions. The output value of a mathematical 
  function is returned with the values of its exact first derivative 
  (or gradient). For more details see Baydin, Pearlmutter, Radul, and Siskind
  (2018) <http://jmlr.org/papers/volume18/17-468/17-468.pdf>.
License: GPL-3
Depends: R (>= 3.2.0), base, stats, methods
Encoding: UTF-8
RoxygenNote: 7.0.1
NeedsCompilation: no
Packaged: 2019-12-14 22:14:41 UTC; sartore
Author: Luca Sartore [aut, cre] (<https://orcid.org/0000-0002-0446-1328>)
Repository: CRAN
Date/Publication: 2019-12-18 15:50:02 UTC
Built: R 3.6.2; ; 2019-12-20 18:43:32 UTC; windows
