Commit Graph

17 Commits

Author SHA1 Message Date
Mario Mulansky
db8b39ae27
Change eigen algebra to support Eigen>=3.3 (#237)
* 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
2019-03-16 16:20:44 -07:00
Mario Mulansky
b4f52468e0 removed non-existing file from Jamfile
see https://github.com/boostorg/odeint/pull/2
2015-07-09 11:54:58 +02:00
Mario Mulansky
f496df3682 cleaned up thrust Makefile 2014-10-07 13:07:18 +02:00
Karsten Ahnert
720a926e45 fixes #139 2014-08-16 21:05:16 +02:00
Karsten Ahnert
87dae441ef removing old include from external test jamfiles, adding nounused local typedef warning, adding newline to toolset.jam.patch 2014-08-16 14:12:08 +02:00
mariomulansky
bf7b9f64c9 added macros for thrust resizing, addressing #136 2014-07-31 22:53:52 +02:00
alankelly
1ca3c4758e there is no same size unit test as this is tested as part of the resize unit test 2014-06-27 13:15:33 +02:00
alankelly
31ed4aadde nt2_norm_inf defines the infinity norm of a multi-dimensional matrix in the same manner as eigen - that is the largest absolute value 2014-06-26 17:42:04 +02:00
alankelly
9d0fc0a1b8 norm_inf updated to use new mnorminf function 2014-06-26 15:36:10 +02:00
alankelly
1be2466792 NT2_ROOT changed to NT2_ROOT_PATH because NT2 misbehaves when NT2_ROOT is defined 2014-06-26 15:36:10 +02:00
alankelly
4c56710814 parentheses correct on environment variable 2014-06-26 15:36:10 +02:00
alankelly
3bcb729a1b norm_inf unit test updated 2014-06-26 15:36:10 +02:00
alankelly
8555a34f5f Jamfiles corrected, gcc specific flags are marked so and NT2_SIMD_FLAGS is read from an environment variable 2014-06-26 15:36:10 +02:00
alankelly
a7a39feab9 copyright updated 2014-06-26 15:36:10 +02:00
alankelly
d6d0a98ec8 added is_resizeable unit test 2014-06-26 15:36:10 +02:00
alankelly
002002209b unit tests and Jamfile added 2014-06-26 15:36:10 +02:00
Karsten Ahnert
915cb28b85 boost.adaption: moving test_external directory 2014-03-26 08:21:07 +01:00