headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
337 stars 102 forks source link

Change eigen algebra to support Eigen>=3.3 #237

Closed mariomulansky closed 5 years ago

mariomulansky commented 5 years ago

An internal change in Eigen made odeint incompatible with Eigen versions >=3.3. This commit changes odeint in such a way that it does not rely on the changed behvior, so it is now compatible with old and new Eigen.

Fixes #194