Skip to content

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).

#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).

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Michael Tesch's avatarMichael Tesch

#Changelog

  • ff408b3[cppduals] Update to 0.9.3 (#53558)
  • 127402f[cppduals] Add new port (#53513)