Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Eigen-CppAD skeleton #78

Merged
merged 10 commits into from
Jul 30, 2020
Merged

Conversation

GiulioRomualdi
Copy link
Member

This PR implements some utilities to use CppAD with Eigen In details:

  • Findcppad.cmake has been designed to find cppad thought pkg_config or cppad_DIR Right now it works only on Linux and MacOS.
  • AutoDiff/CppAD.h includes and implements some utilities functions to use CppAD with Eigen (e.g. see here

Known issue: There seems that it is not possible to use CppAD inside Eigenvector fixed size see here

Copy link
Member

@S-Dafarra S-Dafarra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only real comment is about the dependency in the CMakelists. The other is marginal

src/AutoDiff/tests/CppADTest.cpp Outdated Show resolved Hide resolved
@GiulioRomualdi
Copy link
Member Author

This feature is not supported yet by Windows. As soon as microsoft/vcpkg#12560 is merged I think we can start supporting also Windows

@GiulioRomualdi
Copy link
Member Author

@S-Dafarra let me know if I can merge the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants