5e3310ac04
This new release includes some improvements: * Add experimental support for forward vector mode * Add pushforwards for std::floor and std::ceil * Improve AD function interfaces with bitmasked options. For example: clad::differentiate<<clad::order::first, clad::opts::vector_mode>(f) will be equivalent to clad::differentiate<<1, clad::opts::vector_mode>(f) and will request the first order derivative of f in forward vector mode. * LLVM16 Support See more at: https://github.com/vgvassilev/clad/blob/v1.2/docs/internalDocs/ReleaseNotes.md |
||
---|---|---|
.. | ||
clad | ||
example | ||
CMakeLists.txt |