* Change eigen algebra to support Eigen>=3.3 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 * Remove obsolete Eigen fail compile test * Remove compile-fail test for C++98 unwrap_reference |
||
|---|---|---|
| .. | ||
| integrate.cpp | ||
| is_resizeable.cpp | ||
| Jamfile.v2 | ||
| resize.cpp | ||
| runge_kutta4.cpp | ||
| runge_kutta_dopri5.cpp | ||
| same_size.cpp | ||