Package: dual
Type: Package
Title: Automatic Differentiation with Dual Numbers
Version: 0.0.5
Date: 2023-10-02
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) <https://jmlr.org/papers/volume18/17-468/17-468.pdf>.
License: GPL-3
Depends: R (>= 3.2.0), base, stats, methods
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.2.3
Packaged: 2023-10-02 23:00:28 UTC; sartore
Author: Luca Sartore [aut, cre] (<https://orcid.org/0000-0002-0446-1328>)
Repository: CRAN
Date/Publication: 2023-10-03 01:20:02 UTC
Built: R 4.2.0; ; 2023-10-09 00:47:11 UTC; unix
