Commit Graph

  • 9728651b50 exceptions are handled by BOOST_THROW_EXCEPTION so that the compiler option fno-exceptions may safely be used alankelly 2014-06-26 18:42:45 +0200
  • 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 alankelly 2014-06-26 17:42:04 +0200
  • 9d0fc0a1b8 norm_inf updated to use new mnorminf function alankelly 2014-06-23 16:26:55 +0200
  • 1be2466792 NT2_ROOT changed to NT2_ROOT_PATH because NT2 misbehaves when NT2_ROOT is defined alankelly 2014-06-23 16:24:51 +0200
  • b88c2f389d nt2:tie used to take better advanatge of openmp alankelly 2014-06-17 14:24:56 +0200
  • 4c56710814 parentheses correct on environment variable alankelly 2014-06-17 11:30:06 +0200
  • 3f528712b1 parentheses correct on environemtn variable alankelly 2014-06-17 11:28:47 +0200
  • 3bcb729a1b norm_inf unit test updated alankelly 2014-06-06 14:52:00 +0200
  • a3b64c2a0b infinity norm on a matrix is defined as the max of the row sums alankelly 2014-06-06 14:51:40 +0200
  • 033d5cb76b minimal table header, code cleaned, extent used instead of size for resizing/size comparison alankelly 2014-06-06 10:24:04 +0200
  • 8555a34f5f Jamfiles corrected, gcc specific flags are marked so and NT2_SIMD_FLAGS is read from an environment variable alankelly 2014-06-06 10:23:03 +0200
  • d4500e0f39 instructions added for using NT2/avx alankelly 2014-05-22 10:06:06 +0200
  • 387972a60a Jamefile added, copyright updated and loop extended to match original example alankelly 2014-05-22 09:11:57 +0200
  • 593b24996a example of odeint with nt2 alankelly 2014-05-21 17:31:36 +0200
  • a7a39feab9 copyright updated alankelly 2014-05-21 16:48:29 +0200
  • d6d0a98ec8 added is_resizeable unit test alankelly 2014-05-21 12:28:37 +0200
  • 002002209b unit tests and Jamfile added alankelly 2014-05-21 12:00:18 +0200
  • 293ab3613c includes corrected alankelly 2014-05-21 11:59:51 +0200
  • 21e66fc974 specializations so that nt2 works with odeint alankelly 2014-05-20 16:07:08 +0200
  • a756aad694 make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher Karsten Ahnert 2014-05-16 09:23:05 +0200
  • 329dabcffc adding two level specialization for is_resizeable Karsten Ahnert 2014-05-13 18:06:53 +0200
  • d575761ead Merge pull request #129 from wschreyer/master headmyshoulder 2014-06-06 16:09:48 +0200
  • 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. wschreyer 2014-06-06 15:42:44 +0200
  • f5e882cd40 Create merge base for git. Daniel James 2014-06-02 10:27:13 +0100
  • e6730e22bb make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher Karsten Ahnert 2014-05-16 09:23:05 +0200
  • d0257efa4a adding two level specialization for is_resizeable Karsten Ahnert 2014-05-13 18:06:53 +0200
  • 9cdefa89b6 Merge pull request #1 from danieljames/develop headmyshoulder 2014-05-04 22:58:24 +0200
  • f3d6176b16 Remove Jamroot now that odeint is in boost tree. Daniel James 2014-05-04 13:54:46 +0100
  • a997d074c1 Merge pull request #127 from ddemidov/master Mario Mulansky 2014-05-02 21:13:24 +0200
  • d32fcb8d73 Typo in chaotic system tutorial Denis Demidov 2014-05-02 21:58:29 +0400
  • d6d1902bf9 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2014-04-28 09:55:00 +0200
  • 7408830b09 fixing jamfile for documentation Karsten Ahnert 2014-04-28 09:03:41 +0200
  • 83f5ffaae8 Merge branch 'old_develop' into develop Karsten Ahnert 2014-04-18 22:45:36 +0200
  • 79c282baa6 added boost build patch to travis runs mariomulansky 2014-04-09 13:15:41 +0200
  • 09ca011224 removing iterator ideas files Karsten Ahnert 2014-04-09 08:55:52 +0200
  • 8898080167 Merge branch 'master' into boost_integ Karsten Ahnert 2014-04-09 08:42:58 +0200
  • 79c77aef9f disable clang in travis mariomulansky 2014-04-05 20:02:40 +0200
  • b01139fc9b disable some targets for clang mariomulansky 2014-04-05 19:36:29 +0200
  • f14b49f88f release build in travis mariomulansky 2014-04-05 19:00:08 +0200
  • be7eeff97e travis running mariomulansky 2014-04-05 18:35:11 +0200
  • 9a3e556956 testing travis mariomulansky 2014-04-05 18:04:04 +0200
  • 65d465de41 testing travis mariomulansky 2014-04-05 17:56:10 +0200
  • fd39e5b920 testing travis mariomulansky 2014-04-05 17:53:19 +0200
  • 4ace70081c testing travis mariomulansky 2014-04-05 17:46:08 +0200
  • 934d283f9a testing travis mariomulansky 2014-04-05 17:35:44 +0200
  • 085eba30c1 testing travis mariomulansky 2014-04-05 17:35:32 +0200
  • 96fdfdfc1e testing travis mariomulansky 2014-04-05 17:23:08 +0200
  • 746149504d added travis.yml mariomulansky 2014-04-05 17:04:57 +0200
  • 3e0ab01a6c bugfix for last commit mariomulansky 2014-04-05 16:25:47 +0200
  • da6df7247a fixes #125 mariomulansky 2014-04-05 16:04:57 +0200
  • ba23a4d558 correcting order of includes Karsten Ahnert 2014-04-02 09:39:35 +0200
  • b651d7ad42 tmp commit, include order is not working Karsten Ahnert 2014-04-01 10:19:01 +0200
  • 6c38e1b3bb boost.adaption: adapting Jamroot Karsten Ahnert 2014-03-26 08:36:09 +0100
  • f85153203d boost.adaption: moving index.html Karsten Ahnert 2014-03-26 08:23:08 +0100
  • 915cb28b85 boost.adaption: moving test_external directory Karsten Ahnert 2014-03-26 08:21:07 +0100
  • bb8716dce7 boost.adaption: moving test directory Karsten Ahnert 2014-03-26 08:20:59 +0100
  • 63781566d3 boost.adaption: moving performance directory Karsten Ahnert 2014-03-26 08:20:47 +0100
  • 3890cd0c25 boost.adaption: moving examples directory Karsten Ahnert 2014-03-26 08:20:33 +0100
  • 6c5e7df14c boost.adaption: moving doc directory Karsten Ahnert 2014-03-26 08:20:20 +0100
  • f944058b1a boost.adaption: moving include directory Karsten Ahnert 2014-03-26 08:19:56 +0100
  • 8c8f08cf19 fixed #124 Karsten Ahnert 2014-03-20 08:01:41 +0100
  • 3c06b71f04 unifying include directories Karsten Ahnert 2014-03-09 22:57:17 +0100
  • 14a2015f7c unifying include directories Karsten Ahnert 2014-03-09 22:53:28 +0100
  • 83b3903af3 small bugfixed, adding missing includes. Karsten Ahnert 2014-03-09 22:44:39 +0100
  • c34e45ccb5 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2014-03-09 22:37:26 +0100
  • 16fbc36cf0 Merge branch 'iterator_integrate' mariomulansky 2014-03-05 17:07:44 +0100
  • bbd6a4682e replaced integrate routines with original implementation mariomulansky 2014-03-04 00:10:14 +0100
  • 1057e614a7 moved iterator based integrate routines to iterator directory mariomulansky 2014-03-03 23:36:57 +0100
  • 5843c059b3 updated iterator docs mariomulansky 2014-02-26 23:55:47 +0100
  • d05397be24 reference for iterators updated mariomulansky 2014-02-26 23:27:49 +0100
  • b8aa564673 merge omp/mpi mariomulansky 2014-02-14 14:05:13 -0600
  • 6a45119937 exclude omp/mpi files from standard build mariomulansky 2014-02-14 13:31:07 -0600
  • 63e7fb3f41 fixed start time in integrate_times example mariomulansky 2014-02-06 11:59:50 -0600
  • 90395327d1 added integrate_times example mariomulansky 2014-02-06 10:43:41 -0600
  • 5802b521bd Merge pull request #121 from ddemidov/boost.compute headmyshoulder 2014-01-24 03:49:49 -0800
  • 9ff40f81c7 Merge pull request #120 from ddemidov/include_vexcl_multivector headmyshoulder 2014-01-23 11:56:08 -0800
  • 8c9eef1f67 Boost.Compute backend Denis Demidov 2014-01-09 12:27:40 +0400
  • cc0cd9305f Include <vexcl/multivector.hpp> into vexcl_algebra_dispatcher.hpp Denis Demidov 2014-01-22 12:01:16 +0400
  • 2ba6a94567 adding blaze adpaters Karsten Ahnert 2014-01-14 09:48:24 +0100
  • 2f541ca882 removing m_algebra member from adams bashforth Karsten Ahnert 2014-01-13 08:29:11 +0100
  • 9d40b8452f merge obs_caller mariomulansky 2014-01-10 15:45:00 +0100
  • 92fe74a90b obs_caller refactored mariomulansky 2014-01-10 15:33:37 +0100
  • 867e7ec67e avoid copy of state for dense out iterators mariomulansky 2014-01-10 15:21:30 +0100
  • 933dc96197 removing counter class, it is nowhere used Karsten Ahnert 2014-01-10 10:57:31 +0100
  • 8c92a395ba deleted unnecessary code segments mariomulansky 2014-01-09 16:51:01 +0100
  • 76bdc98a40 all integrate routines now based on iterators mariomulansky 2014-01-09 16:22:22 +0100
  • 6ff8b8afbc add lorenz.cpp example from website mariomulansky 2014-01-09 12:01:26 +0100
  • b2fb3c81a3 Merge pull request #97 from ddemidov/vexcl-0.8-static-reductor headmyshoulder 2013-12-16 05:09:36 -0800
  • dc224a2e0c Dropping boost::odeint::detail::vexcl_reductor function Denis Demidov 2013-09-09 13:31:10 +0400
  • c77d9c00ba fixes #118 mariomulansky 2013-12-15 23:00:09 +0100
  • 973e908a27 another todo... mariomulansky 2013-12-15 22:45:20 +0100
  • 99e2ca1951 added the last missing iterator (times_time_iterator) mariomulansky 2013-12-13 20:04:52 +0100
  • 05db21f620 activated orders 7,8 for adams-bashforth-moulton - fixing #117 mariomulansky 2013-12-11 12:11:25 +0100
  • 6b7345e91b adams bashforth precision example mariomulansky 2013-12-11 12:05:22 +0100
  • 2de68c0996 improved multistep tests mariomulansky 2013-12-11 12:04:42 +0100
  • 24b1158401 fixing #117 Karsten Ahnert 2013-12-11 08:45:09 +0100
  • 84ea8402d4 continue debugging and bug fixing Karsten Ahnert 2013-12-11 07:58:53 +0100
  • 7259043e63 manual merge Karsten Ahnert 2013-12-10 23:56:04 +0100
  • fc26f67c7b ... Karsten Ahnert 2013-12-10 23:53:42 +0100
  • 1e27fe8d38 bug fixing Karsten Ahnert 2013-12-10 23:44:51 +0100