Brad Bell
Brad Bell
**Introduciton** This is really a request for help in CppAD development that is closely related to CppADCodegen. I have questions about how to use LLVM and I hoping this group...
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...
### Describe the bug When I create a table, sphinx-book-theme always expands it to take of the full width of the display, unlike other sphinx themes; e.g., sphinx-rtd-theme and furo....
Is it possible to use FastAD reverse mode to compute the derivative of an algorithm ``` template Scalar f( const std::vector& x) ``` where f(x) only uses the operators +...
If you install the current autodiff main branch and the current eigen master branch and try to run the tutorial example https://autodiff.github.io/tutorials/#gradient-vector-of-a-scalar-function You get the following error: ``` prefix/include/autodiff/common/eigen.hpp:105:86: error:...
When I use the sphinx boostrap theme, I want to put a line above the first heading that lists all the ancestors of the current section in order; i.e., the...
I notice in you swig interface code `https://github.com/coin-or/ADOL-C/blob/master/ADOL-C/swig/adolc-python.i` at line number 442 adub* __rdiv__ (double a) { return (adub*) (a / (*($self))); } This no longer works in python3; see...
I get the following warning when I build adolc using g++ 10.2.1: ``` ../../../../ADOL-C/src/tapedoc/tapedoc.c: In function ‘filewrite_start’: ../../../../ADOL-C/src/tapedoc/tapedoc.c:57:5: warning: ‘strncpy’ specified bound depends on the length of the source argument...
@jcarpent I believe you originally create the following action: https://github.com/coin-or/CppAD/blob/master/.github/workflows/conda-ubuntu-macos.yml It is now failing with the message in the title of this issue; see https://github.com/coin-or/CppAD/actions/runs/8834404014/job/24281915299 I have disabled macos-latest in...