Allan Leal
Allan Leal
Hi @fdevinc , thanks for your feedback. `autodiff` tends to be expanded with capabilities that I need in my main research project for modeling chemical processes and reactions (https://reaktoro.org). Unfortunately,...
Hi, I introduced tests these past days with AUTODIFF_ENABLE_IMPLICIT_CONVERSION and some errors were happening in Windows only due to Catch2::Approx not resolving operator== overloads correctly. I fixed them yesterday. Please...
Unfortunately, reverse mode automatic differentiation in autodiff (using `var` number type) does not receive the same level of dedication as the forward mode algorithms using `real` and `dual`. Give these...
Hi @jeanchristopheruel , thanks for proposing and implementing these changes. This is how I think we should do it. All CMake changes related to `FetchContent` should exist in a CMake...
Thanks for reporting this. At the moment, Eigen 3.4 is supported. Once they release a new version out of their master branch, that version should be supported.
Hello, is there already a way to render markdown cells in vscode with the MyST-Markdown extension?