Ian Bell
Ian Bell
Is there a way to add examples for VBA and Excel? How about EES?
See for instance ``` Traceback (most recent call last): File "c:\python27\lib\site-packages\matplotlib\sphinxext\plot_directive.py", line 515, in run_code exec code in ns File "", line 22, in File "CoolProp.pyx", line 250, in CoolProp.CoolProp.Props...
@jowr What do you think about moving the EXTTP code just back into the Modelica code? Originally that's what I thought we were going to do. I suppose it is...
On MSVC 2019, this code ``` C++ // C++ includes #include // autodiff include #include #include "Eigen/Dense" #include using namespace autodiff; int main() { Eigen::VectorXdual x(2); // the input vector...
As I am a hybrid Python and C++ developer (primarily), I was thinking about bringing ``autodiff`` into Python, and I started playing with ``pybind11`` to write a wrapper, but that...