Rookfighter / autodiff-cpp

A single header-only C++ library for automatic / algorithmic differentiation.
MIT License
12 stars 2 forks source link

Should value be rhs? #1

Closed alecjacobson closed 2 years ago

alecjacobson commented 2 years ago

https://github.com/Rookfighter/autodiff-cpp/blob/f570df2c1f1ebb0fc2ed0828cba161099653f5e0/include/adcpp.h#L913

Rookfighter commented 2 years ago

Thanks for the hint! I added tests for assignment operators and constructors and fixed the issue. Also I restructered the build system and updated the dependencies.