mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-11 13:34:09 +00:00
* 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
Languages
C++
98.8%
Python
0.4%
Makefile
0.2%
Cuda
0.2%
Fortran
0.1%
Other
0.2%