fqiang / autodiff_library

Object-Oriented Automatic Differentiation Library
MIT License
7 stars 4 forks source link

Using autodiff in C #1

Open taylorruss opened 9 years ago

taylorruss commented 9 years ago

Is there documentation for using autodiff in C? Thanks ~TS

fqiang commented 9 years ago

Sorry, I don't have a documentation for using it in C. But you probably need to write a wrapper to using the library in C, as demonstrated in http://stackoverflow.com/questions/199418/using-c-library-in-c-code

I hope it can help.

Best regards, Feng

On Thu, Jun 25, 2015 at 11:59 PM, taylorruss notifications@github.com wrote:

Is there documentation for using autodiff in C? Thanks ~TS

— Reply to this email directly or view it on GitHub https://github.com/fqiang/autodiff_library/issues/1.

taylorruss commented 9 years ago

thanks. will check it out.