Commit Graph

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