Ian Bell
Ian Bell
Another point is that this seems to work ok in Release builds, but not in debug, which is even weirder.
Indeed, I suspect you are right. In order to ensure reusability of the code, though, it would be great if you could call other functions :)
Any solution that doesn't involve changes to the guts of Rosenbrock? This is a simple example, real problems involve much more complicated interplay between functions.
I very much look forward to this real datatype. I suppose that will be by default a double underlying type, and otherwise you can specify the numerical type? The directional...
This code works, but it is what I am trying to avoid... ``` C++ // C++ includes #include #include using namespace std; // autodiff include #include using namespace autodiff; /*...
@supersega Yes, that code is exactly what I need. Can you file a PR with this update? The only way it could possibly be better is if I could pass...
This is still an open and annoying problem - I have two python 3.6 environments set up for different projects (that is, after all, the whole point of having conda...
Welcome to the weird and wild world of mixture thermodynamics. I'm the original author and let me fill you in on a few things that are not obvious: * A...
Do you know if you can wrap classes in Mathematica reasonably easily? That is what is needed I think, or you could use the low-level accessors from the high-level interface...
Yes, it should be possible to expose what is missing, please implement it for the other backends as well (so we can test it). More input on fixing flash calcs...