cppdualsv0.9.3
- Updated
Header-only C++17 dual-number library for exact forward-mode automatic differentiation
If you use this in research, please cite doi:10.21105/joss.01487 (Tesch, JOSS 4(43):1487, 2019).
- Project website: https://gitlab.com/tesch1/cppduals
- Documentation: https://tesch1.gitlab.io/cppduals/
#Usage
cppduals provides CMake targets:
find_package(cppduals CONFIG REQUIRED)
target_link_libraries(main PRIVATE cppduals::duals)If you use this in research, please cite doi:10.21105/joss.01487 (Tesch, JOSS 4(43):1487, 2019).
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Michael Tesch