CppADCodeGen icon indicating copy to clipboard operation
CppADCodeGen copied to clipboard

Source Code Generation for Automatic Differentiation using Operator Overloading

Results 18 CppADCodeGen issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thanks for developing this great tool! I'm new to CppADCodeGen, I'd like to ask is there any way to get the value of a scalar type...

Hi guys! I tired to use some `pinocchio` dynamics function in my code, and i try to use cppadcodegen to get jacobian matrix of my function. ``` ad_vector_t qPinocchio =...

There are use cases e.g. in optimal control where the trajectories and associated gradients and jacobians are required to be calculated in parallel. An simple example would be generating optimal...

Hey guys, I need your help! I am new to the library. Installing the library like cmake .. make install seems working file but when I run the test file...

Saving the C++ file and bash script in the same directory and running the bash script reproduces the problem. You will need to change the value of prefix in the...

Hi, Is it expected that icpc (from intel oneAPI) can't build codeGen? Happy to post compile error, just wanted to check that it should build using icpc first before requesting...

Some important fixes have been merged on the master branch of CppADCodeGen. @joaoleal Would it be possible to proceed to a new release? I will then update conda and other...

Hi, This add a simple test checking if google test is already available on the system. Because when this is the case, there is no point fetching it from github,...