fdevinc

Results 6 issues of fdevinc

I have modified the simple example in the [documentation](https://github.com/joaoleal/CppADCodeGen/wiki#c-language) by changing the line ``` y[0] = a / 2; ``` to ``` if (a > 1.0) { y[0] = a...

I am struggling to generate AD code involving Eigen vectors (both with fixed and dynamic sizes) and matrices (both sparse and dense). Until now, I have been using [_autodiff_](https://autodiff.github.io/) with...

feature-request

Thank you for this great library! Could you kindly add Git tags to the main release versions of _finite-diff_?

Thanks for this great library! Could you add a code generation functionality to maximize runtime efficiency? Would it be hard to implement?

Right now the library breaks because the latest version of _OSQP_ removes one of the headers _osqp-cpp_ relies on: `ctrlc.h`. _FetchContent_ allows to select specific versions of a library by...

Hello, and thank you for the excellent library! I found a strange behavior using `hana::partial` as shown in the following snippet: ```cpp auto lambda = [](int& i) { std::cout