Non-Contradiction / autodiffr

Automatic Differentiation for R
https://non-contradiction.github.io/autodiffr/
Other
23 stars 2 forks source link

New functions defined to make things working with autodiffr #18

Open Non-Contradiction opened 6 years ago

Non-Contradiction commented 6 years ago

To get autodiffr working in some cases, some new functions are created to use instead of the original ones. The issue is to keep record of these new functions and provide a space to discuss about them.

Non-Contradiction commented 6 years ago

I just found that array could be used instead of matrix, and it allows generic code to go in. So maybe array instead of Jmatrix.

nashjc commented 6 years ago

I wonder if we need to think of a pre-processor that will go through a code and look for the problem cases. Eventually we might be able to "translate" automatically. I can see a work process like: