Brad Bell
Brad Bell
> However if you split each generated statement into its own function then the statements can be very easily vectorized. > For example something like this would vectorize over M...
@optstat see https://github.com/coin-or/CppAD/discussions/185
Perhaps the following discussions will help ? https://github.com/coin-or/CppAD/discussions/173 https://github.com/coin-or/CppAD/discussions/175
I suggest that you find where CppADCodeGen has stored its pkg-config file. For example ``find dir -name 'cppadcg.pc'`` where dir is the prefix for your install of CppADCodeGen. Let subdir...
I am getting FALSE for the test above using the following version of R platform x86_64-redhat-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 3 minor 5.0 year 2018...
You may want to look at the following: https://arxiv.org/abs/2111.05207
Perhaps it is possible to use some of the sparstiy code in CppAD to reduce the work ?
I thought that perhaps we could work together to define an interface for a sparsity tool that could be used by any AD package. The input would be things like...
@a-jp send me an e-mail message
@a-jp I am not thinking of the user using a DAG, rather clad passing some sort of DAG to a low level library that does the sparsity calculations for it....