2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00

Commit Graph

  • 3eed7acedf Fix argument names. jzmaddock 2015-10-26 18:14:59 +00:00
  • 1fd285721c Add some post-condition assertions. Jeremy W. Murphy 2015-10-25 14:55:39 +11:00
  • 240e4e6e0f Separate out into unchecked_synthetic_division(). Jeremy W. Murphy 2015-10-25 12:05:32 +11:00
  • 35041b318c Add / and %. Jeremy W. Murphy 2015-10-25 10:49:47 +11:00
  • cf840c4ce2 First draft of working quotient_remainder. Jeremy W. Murphy 2015-10-25 01:46:20 +11:00
  • a7a0117859 Tentative VC7.1 fix. jzmaddock 2015-10-22 10:51:04 +01:00
  • cb33d01b00 Adjust minimax code to work with Boost.Multiprecision. jzmaddock 2015-10-22 10:13:37 +01:00
  • 5d42feb5c1 Reduce conceptual requirements on log_min_value/log_max_value. jzmaddock 2015-10-22 10:12:55 +01:00
  • d0671879a1 Merge branch 'develop' jzmaddock 2015-10-15 10:40:33 +01:00
  • 678d2e8383 Doc version update. jzmaddock 2015-10-15 10:39:36 +01:00
  • aaa8a36a7e Fix some gcc-5.1.0 warnings jzmaddock 2015-09-24 11:12:11 +01:00
  • 1690851386 Fix for __float128 support in fpclassify. jzmaddock 2015-09-24 10:18:29 +01:00
  • 2f31042470 Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2015-09-11 12:02:29 +01:00
  • 3287c922ea Fix some corner cases in the beta functions. Add better tests for the incomplete beta derivative. Update docs to match. jzmaddock 2015-09-11 12:02:04 +01:00
  • 87f79a5c5b Merge pull request #14 from awulkiew/patch-1 jzmaddock 2015-09-09 17:11:13 +01:00
  • 00714c1a6d Fix type passed into BOOST_MATH_NOEXCEPT() in specialization of epsilon(). Adam Wulkiewicz 2015-09-09 15:06:29 +02:00
  • ce198cefe8 Fix some inspection report failures. jzmaddock 2015-09-08 12:04:27 +01:00
  • d719e4b567 Remove no longer needed special_functions sub-directory. Also fix lots of inspect-report failures. jzmaddock 2015-09-07 19:35:29 +01:00
  • 59a2bd5cb8 Remove the quaternion directory and move contents elsewhere. jzmaddock 2015-09-07 19:09:55 +01:00
  • 0f91c5aca0 Removed octonion sub-folder and moved contents elsewhere. jzmaddock 2015-09-07 18:57:03 +01:00
  • 5d0606445d Update history and regenerate docs. jzmaddock 2015-09-07 18:35:47 +01:00
  • 64b4100ff9 Document change to error handling when no exceptions are available. jzmaddock 2015-09-07 18:05:02 +01:00
  • 0884d77285 Add missing file jzmaddock 2015-09-06 19:31:53 +01:00
  • c6593b149b Fix GCC test failures when building with -fno-exceptions. jzmaddock 2015-09-06 19:21:17 +01:00
  • ba365b5aaa Enable running of tests with exception handling off. And fix a few bugs that showed up in the process. Currently msvc-only (not GCC as Boost.Test doesn't build). jzmaddock 2015-09-05 19:08:28 +01:00
  • a0f0b96921 Fix case where non-centrality parameter for chi-squared is zero. See https://svn.boost.org/trac/boost/ticket/11557. jzmaddock 2015-09-04 09:40:08 +01:00
  • 9d3d2e96a0 Fix code to match documentation in hypergeometric distro. jzmaddock 2015-09-03 19:23:10 +01:00
  • 789131a224 Add some needed typecasts to args of std::max. jzmaddock 2015-09-03 18:43:36 +01:00
  • c2b706da15 Add __float128 support. jzmaddock 2015-09-03 18:43:05 +01:00
  • e4ec61699a Fix tests for FLT_EVAL_TYPE. See https://svn.boost.org/trac/boost/ticket/11429. jzmaddock 2015-09-03 18:13:20 +01:00
  • 481f31578f Fix shadow warning. jzmaddock 2015-09-03 10:29:49 +01:00
  • 1d1d400762 Add some needed typecasts. jzmaddock 2015-09-03 09:35:01 +01:00
  • 429825535b Fix type of boolean values. jzmaddock 2015-09-03 09:34:42 +01:00
  • 7dcabda78b Merge branch 'accuracy' into develop jzmaddock 2015-09-03 09:12:11 +01:00
  • 673c229a6c More constexpr and noexcept specifiers. jzmaddock 2015-09-01 17:34:50 +01:00
  • b91bb896ee Use BOOST_MATH_CONSTEXPR in test case to match header code. jzmaddock 2015-08-29 13:16:00 +01:00
  • 0971847993 Disable tests when not supported. jzmaddock 2015-08-29 13:15:38 +01:00
  • 146f0471ec Fix previous commit! jzmaddock 2015-08-29 11:21:55 +01:00
  • 3d8d58262d Add workaround for early/broken constexpr implementations. jzmaddock 2015-08-29 09:20:28 +01:00
  • 8bf3f1dd86 Add missing file. jzmaddock 2015-08-28 12:59:08 +01:00
  • 57219acee9 Make more functions constexpr and noexcept. jzmaddock 2015-08-28 12:27:41 +01:00
  • 06cff2b46f Merge branch 'accuracy' of https://github.com/boostorg/math into accuracy jzmaddock 2015-08-27 10:43:25 +01:00
  • 4c278283a7 More noexcept specs. jzmaddock 2015-08-27 10:42:45 +01:00
  • dac39d03e1 Change noexcept to be less greedy in instantiating numeric_limits: fixes some multiprecision failures jzmaddock 2015-08-25 09:04:29 +01:00
  • 7419a04d63 Fix expected error rates jzmaddock 2015-08-24 13:11:01 +01:00
  • 00aa19e4a5 Fix ldexp call in test case. jzmaddock 2015-08-24 13:07:40 +01:00
  • 7172eb59bd Enable more terms in index. jzmaddock 2015-08-23 18:33:14 +01:00
  • bbf8a7eb4e Fix iostream usage. jzmaddock 2015-08-23 17:52:06 +01:00
  • 7744ccc92e zero mean for inverse_gaussian isn't allowed. jzmaddock 2015-08-23 17:51:47 +01:00
  • bf29ef6628 Begin marking up functions as constexpr and noexcept where possible. jzmaddock 2015-08-23 17:50:56 +01:00
  • 0e74199fbc Remove the old performance code. jzmaddock 2015-08-21 18:29:48 +01:00
  • 0639e9fb9b Finish integrating new performance results. jzmaddock 2015-08-21 18:26:15 +01:00
  • 1374585251 Fix typos in merged docs. jzmaddock 2015-08-21 13:54:09 +01:00
  • ba4d4d4e14 Merge branch 'accuracy' of https://github.com/boostorg/math into accuracy jzmaddock 2015-08-21 13:51:41 +01:00
  • 2aeed55728 Fix table titles jzmaddock 2015-08-21 13:50:28 +01:00
  • 0cb6e3aafc Run Linux tests jzmaddock 2015-08-21 13:17:30 +01:00
  • 5c943b08a8 Fix PP logic, re-run tests. jzmaddock 2015-08-21 09:52:57 +01:00
  • 8f252f78a0 Building with hidden scope doesn't work on Oracle. Also added needed typecast for Oracle 64-bit build. jzmaddock 2015-08-20 08:53:00 +01:00
  • f29f15048d Merge branch 'accuracy' of https://github.com/boostorg/math into accuracy jzmaddock 2015-08-17 19:17:34 +01:00
  • 277a24b7a6 Need parenthesis around isfinite call. jzmaddock 2015-08-17 19:08:20 +01:00
  • ba98215010 Oracle compiler needs GNU align syntax. jzmaddock 2015-08-17 19:07:37 +01:00
  • 5fe226b94c Run results on Linux and fix some comiler errors jzmaddock 2015-08-17 16:57:32 +01:00
  • 277dbd4f5c Add compiler comparison option. jzmaddock 2015-08-17 13:05:50 +01:00
  • cc22a6a426 Add Linux polynomial evaluation results. jzmaddock 2015-08-14 18:45:21 +01:00
  • 6a10ce9232 Add distribution example. jzmaddock 2015-08-14 18:07:59 +01:00
  • 63aaa5be94 Add test case for polynomial evaluation method. jzmaddock 2015-08-14 18:07:32 +01:00
  • 69a0d0b632 Begin to integrate new performance code into the docs. jzmaddock 2015-08-13 19:32:28 +01:00
  • 3889d7b104 Add Linux GCC-5.1 results jzmaddock 2015-08-13 09:58:47 +01:00
  • fa299f3ecf Finish off VC14 results. jzmaddock 2015-08-13 09:09:59 +01:00
  • 9d554a0a1f Regenerate everything for MSVC14 jzmaddock 2015-08-12 19:36:07 +01:00
  • 0b98f0c6a7 Add DCDFLIB support. jzmaddock 2015-08-12 16:27:42 +01:00
  • 8a29241cc3 Fix bug in root bracketing code jzmaddock 2015-08-11 18:17:56 +01:00
  • cff51c64f3 Add more hypergeometric tests, change to split results across 2 tables. jzmaddock 2015-08-09 17:31:28 +01:00
  • 3e67c80eeb Improve quantile calculation so as to avoid underflow causing lots of PDF calls and poor performance. jzmaddock 2015-08-09 17:29:34 +01:00
  • c3793dbff2 One more try to get powm1 accuracy down. jzmaddock 2015-08-02 18:26:47 +01:00
  • 801a739595 Fix GCC warnings. jzmaddock 2015-08-01 19:13:22 +01:00
  • 258a2aeb4c Big warning suppression fix for VC14. jzmaddock 2015-08-01 18:00:41 +01:00
  • a18661ad40 Tweak powm1 one more time near the boundary conditions. jzmaddock 2015-07-31 19:19:47 +01:00
  • da958ee36a Some more tweaks to powm1. Plus some more tests. jzmaddock 2015-07-31 09:25:31 +01:00
  • ce953afcda Yet another "better powm1". jzmaddock 2015-07-28 19:23:53 +01:00
  • 1177477903 Remove deprecated type_traits usage. jzmaddock 2015-07-25 11:45:49 +01:00
  • 36ce4e06c4 Use relative stylesheet link. jzmaddock 2015-07-21 18:03:53 +01:00
  • 16053dddf0 Add Linux results jzmaddock 2015-07-21 17:55:54 +01:00
  • c9e085ced8 Fix Rmath version string usage. jzmaddock 2015-07-21 17:16:17 +01:00
  • 06d5c66b3c Add in Intel results. jzmaddock 2015-07-21 17:04:23 +01:00
  • 850072b5d2 Big search and replace to improve table labels. jzmaddock 2015-07-21 16:59:53 +01:00
  • 30d8c39bf6 add Rmath results. jzmaddock 2015-07-20 18:48:05 +01:00
  • 52ca0d8b79 Add GSL stats tests jzmaddock 2015-07-19 15:28:59 +01:00
  • 9419089f9a Add distribution tester. jzmaddock 2015-07-18 16:42:01 +01:00
  • e973194d55 Fix some corner cases in the non-central distros. jzmaddock 2015-07-18 16:41:28 +01:00
  • 637bde7580 Test out different css for better preview. jzmaddock 2015-07-16 18:23:28 +01:00
  • 2f2ad37834 Update results. jzmaddock 2015-07-16 18:16:23 +01:00
  • 1eadfd9c4b Fix pp logic in test_cn.cpp jzmaddock 2015-07-16 18:16:06 +01:00
  • 06064300f9 Add some more compiler-comparison tests. Restrict library comparisons to tests where we actually have another lib to test. Improve Jamfile. jzmaddock 2015-07-16 17:18:44 +01:00
  • 0503156880 Add Rmath tests jzmaddock 2015-07-16 12:52:30 +01:00
  • c62876eb41 Complete GSL tests jzmaddock 2015-07-15 19:44:51 +01:00
  • e0292d8d51 initial GSL support jzmaddock 2015-07-14 13:20:02 +01:00
  • cfb3d5b9a7 Fix missing link options. jzmaddock 2015-07-14 12:56:39 +01:00
  • 85852d0f68 Complete TR1 tests. jzmaddock 2015-07-14 12:40:04 +01:00
  • e02447b3a6 First cut at TR1 tests. jzmaddock 2015-07-13 19:18:16 +01:00