Skip to content

calbertsen/simple_AD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph based reverse mode Automatic Differentiation in C++ (GrAD)

Implemented functions

Arithmetic operators

  • operator+
  • operator+=
  • operator-
  • operator-=
  • operator*
  • operator*=
  • operator/
  • operator/=

Unary functions

  • abs
  • acos
  • acosh (C++11)
  • asin
  • asinh (C++11)
  • atan
  • atanh (C++11)
  • cos
  • cosh
  • erf (C++11)
  • exp
  • exp2 (C++11)
  • expm1
  • fabs
  • log
  • log1p
  • log2 (C++11)
  • log10
  • sign
  • sin
  • sinh
  • sqrt
  • tan
  • tanh

Binary functions

  • atan2
  • pow

Functions from Rmath library

  • gammafn
  • lgammafn
  • psigamma

About

An implementation of Automatic Differentiation in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published