2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-02-10 11:42:09 +00:00
Commit Graph

1075 Commits

Author SHA1 Message Date
mariomulansky
1d2ffe4bb9 new approach to travis clang build 2014-07-11 18:48:07 +02:00
mariomulansky
88d23490bc remove wait from travis build 2014-07-11 15:58:50 +02:00
mariomulansky
5041c24245 disable c++0x for clang 2014-07-11 15:25:24 +02:00
mariomulansky
ae27305eff try activate clang build 2014-07-11 14:47:58 +02:00
mariomulansky
6139643899 change c++11 to c++0x to work with gcc-4.6 2014-07-11 14:17:39 +02:00
mariomulansky
52daeba365 add c++11 build to travis 2014-07-11 13:56:40 +02:00
mariomulansky
ef35151e09 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 2014-07-11 13:56:00 +02:00
mariomulansky
6e9d680cb5 some fixes for c++11, clang and msvc 2014-07-11 13:55:20 +02:00
Karsten Ahnert
2f021f760c disable the default boost bind placeholders 2014-07-05 11:07:35 +02:00
mariomulansky
1cdc33dc9c use correct env variable in nt2 jamfile 2014-07-01 20:04:18 +02:00
mariomulansky
26beea5455 Merge branch 'nt2_specializations' of https://github.com/MetaScale/odeint-v2 2014-07-01 19:18:22 +02:00
Mario Mulansky
02e1c223ae Merge pull request #130 from MetaScale/boost_throw_exception
exceptions are handled by BOOST_THROW_EXCEPTION so that the compiler opt...
2014-07-01 18:48:13 +02:00
Karsten Ahnert
b94b3c1b29 Revert "Revert "Merge branch 'sfinae'""
This reverts commit 56a7c4040e.
2014-06-29 22:21:36 +02:00
Karsten Ahnert
56a7c4040e Revert "Merge branch 'sfinae'"
This reverts commit a593879d23, reversing
changes made to d575761ead.
2014-06-29 21:47:24 +02:00
Karsten Ahnert
a593879d23 Merge branch 'sfinae' 2014-06-29 21:31:41 +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
9728651b50 exceptions are handled by BOOST_THROW_EXCEPTION so that the compiler option fno-exceptions may safely be used 2014-06-26 18:42:45 +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
b88c2f389d nt2:tie used to take better advanatge of openmp 2014-06-26 15:36:10 +02:00
alankelly
4c56710814 parentheses correct on environment variable 2014-06-26 15:36:10 +02:00
alankelly
3f528712b1 parentheses correct on environemtn 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
a3b64c2a0b infinity norm on a matrix is defined as the max of the row sums 2014-06-26 15:36:10 +02:00
alankelly
033d5cb76b minimal table header, code cleaned, extent used instead of size for resizing/size comparison 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
d4500e0f39 instructions added for using NT2/avx 2014-06-26 15:36:10 +02:00
alankelly
387972a60a Jamefile added, copyright updated and loop extended to match original example 2014-06-26 15:36:10 +02:00
alankelly
593b24996a example of odeint with nt2 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
alankelly
293ab3613c includes corrected 2014-06-26 15:36:10 +02:00
alankelly
21e66fc974 specializations so that nt2 works with odeint 2014-06-26 15:36:10 +02:00
Karsten Ahnert
a756aad694 make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher 2014-06-26 15:36:10 +02:00
Karsten Ahnert
329dabcffc adding two level specialization for is_resizeable 2014-06-26 15:36:10 +02:00
headmyshoulder
d575761ead Merge pull request #129 from wschreyer/master
Fix pass-by-reference in bulirsch_stoer_dense_out.
2014-06-06 16:09:48 +02:00
wschreyer
0256c2d40e Fix pass-by-reference in bulirsch_stoer_dense_out
bulirsch_stoer_dense_out always passed the ODE system as value to its underlying midpoint method.
2014-06-06 15:42:44 +02:00
Karsten Ahnert
e6730e22bb make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher 2014-05-16 09:23:05 +02:00
Karsten Ahnert
d0257efa4a adding two level specialization for is_resizeable 2014-05-13 18:06:53 +02:00
Mario Mulansky
a997d074c1 Merge pull request #127 from ddemidov/master
Typo in chaotic system tutorial
2014-05-02 21:13:24 +02:00
Denis Demidov
d32fcb8d73 Typo in chaotic system tutorial 2014-05-02 21:58:29 +04:00
Karsten Ahnert
d6d1902bf9 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 2014-04-28 09:55:00 +02:00
Karsten Ahnert
7408830b09 fixing jamfile for documentation 2014-04-28 09:03:41 +02:00
mariomulansky
79c282baa6 added boost build patch to travis runs 2014-04-09 13:15:41 +02:00
Karsten Ahnert
09ca011224 removing iterator ideas files v2.4 2014-04-09 08:55:52 +02:00
Karsten Ahnert
8898080167 Merge branch 'master' into boost_integ 2014-04-09 08:42:58 +02:00
mariomulansky
79c77aef9f disable clang in travis v2.3 2014-04-05 20:02:40 +02:00
mariomulansky
b01139fc9b disable some targets for clang 2014-04-05 19:36:29 +02:00