[PATCH 2/2] autodiff.hh: I explicitly prevent all the symbols from being exported
Turns out that if the compiler decided to un-inline any of these class methods, they would generate an exported symbol. I don't want to export ANY of these: the API is pure C. So I now do that explicitly