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

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

comsol interface