JamesYang007 / FastAD

FastAD is a C++ implementation of automatic differentiation both forward and reverse mode.
MIT License
103 stars 3 forks source link

Delta Function #15

Closed JamesYang007 closed 4 years ago

JamesYang007 commented 4 years ago

In practice, it may be useful to have delta-functions.

Implement delta-function.