Thomas Helfer
Results
85
issues of
Thomas Helfer
Following discussion #963, this issue reports a potential pitfall when passing the result of unary operation `+` on a lambda to `clad::differentiate`. Currently, as explained by @gojakuch in #963 ,...
Invalid results in forward mode with the new C++ interface for a function returning a `std::array`
2
The issue is probably due to my own inexperience. The following snippet returns the value of the function rather than its derivative: ~~~~c++ const double x = 1.0; const double...