Commit Graph

  • 20f26bd52c Use underscores in attribute names. Fixes #6411. John Maddock 2012-01-29 12:27:53 +0000
  • 59eb0f44df Don't be too quick to disable long double functions if __NO_LONG_DOUBLE_MATH is set by GLIBC. Fixes #6459. John Maddock 2012-01-28 19:13:44 +0000
  • 03ced014ee Fix Linux x64 error rates John Maddock 2012-01-28 17:59:49 +0000
  • 682d60c363 Merge new math constants code from the sandbox. Regenerate docs. Fix build failures caused by merge. John Maddock 2012-01-28 12:13:17 +0000
  • e0a10165d0 Temporary removal of old docs. John Maddock 2012-01-28 12:04:20 +0000
  • 61b482aad3 1st commit of skew_normal to boost sandbox, but failures in mode TODO. Paul A. Bristow 2012-01-27 17:18:49 +0000
  • 62807838ce 1st commit of skew_normal to boost sandbox, but failures in mode TODO. Paul A. Bristow 2012-01-27 17:08:55 +0000
  • 39f92610bd 1st commit of skew_normal to boost sandbox, but failures in mode TODO. Paul A. Bristow 2012-01-27 17:01:51 +0000
  • 887f590fcd Refactor the tests some more: allow tables of data to be of a different type to the type being tested - allows us to have tables of POD's (fast to compile) rather than tables of UDT's which compile very slowly on some compilers (usually Intel). John Maddock 2012-01-16 18:25:02 +0000
  • dd8480f624 Merge fix for #6367. Refs #6367. John Maddock 2012-01-13 11:46:05 +0000
  • d68870fcca Document Bessel function fix. Update TODO list. Regenerate docs. Refs #6367. John Maddock 2012-01-09 12:18:02 +0000
  • c5bdd41539 Correct overflow logic in Bessel Y and add new test case. Fixes #6367. John Maddock 2012-01-08 18:51:23 +0000
  • 016489ebe5 Merge Boost.Math changes from Trunk: mostly refactored test cases for shorter compile times. John Maddock 2012-01-08 13:10:31 +0000
  • fecae229b0 Simplify/improve zeta function still further. John Maddock 2012-01-07 16:57:51 +0000
  • e32fd993bb Add file missed in last commit. John Maddock 2012-01-04 18:56:48 +0000
  • 4baef4e354 Refactor tests to make better use of separate file compilation and reduce compile/testing times. John Maddock 2012-01-04 17:28:50 +0000
  • 532ddf8cb0 Change template argument "L" to "Lanczos" to avoid conflicts with L as a macro. John Maddock 2012-01-02 17:44:19 +0000
  • e1955cbacf Merge changes to history docs. John Maddock 2012-01-02 13:18:38 +0000
  • 9775076a56 Update history and rebuild docs. John Maddock 2012-01-02 11:46:43 +0000
  • 1970b6c393 Merge accumulated Boost.Math fixes from Trunk: predominantly fixes for expression template and or arbitrary precision types. Plus refactored test code to make it usable with types other than float/double/long double. John Maddock 2012-01-02 11:21:41 +0000
  • 9005ade2a3 Updated big_lanczos.hpp to use new BIG_CONSTANT macros. Fix expression template issue in zeta.hpp. John Maddock 2012-01-01 11:34:50 +0000
  • baa9893a6a Add missing file. John Maddock 2011-12-26 18:15:47 +0000
  • 6770ec305a Add missing files. John Maddock 2011-12-26 16:38:17 +0000
  • 9922e9134c Remove unused constant. Fixes #5982. John Maddock 2011-12-21 17:58:28 +0000
  • 4b0c3dcbf1 Fix doc typo and regenerate. Fixes #6030. John Maddock 2011-12-21 17:55:29 +0000
  • 4d57f3e642 Disable SSE2 instruction support under the CUDA compiler. Fixes #6234. John Maddock 2011-12-21 17:43:55 +0000
  • a4a1cca095 Change overflow tests to not generate an infinity. Fixes #6307. John Maddock 2011-12-21 16:58:36 +0000
  • 02e5447867 Delete unneeded variable. Fixes #6307. John Maddock 2011-12-21 16:46:46 +0000
  • 1a304dccb0 Apply patch from #6192. Plus fix a few other issues that arise when BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS is set. Fixes #6192. John Maddock 2011-12-21 16:37:32 +0000
  • af0c106290 Update zeta implementation to use much faster algorithm. Change zeta test to use external template instances. John Maddock 2011-12-21 16:07:37 +0000
  • 70f902d332 Misc small workarounds to allow multiprecision tests to function. John Maddock 2011-12-20 16:21:44 +0000
  • 2902c06d6c Add missing using declarations. John Maddock 2011-12-18 16:05:55 +0000
  • 381bddafa0 Finish moving test cases into headers. Fix array declarations so GCC doesn't warn about them. Declare constants in headers so they can be used by UDT's larger than type long double. Suppress a few warnings and fix a couple of bugs that showed up when testing with UDT's. John Maddock 2011-12-15 11:23:35 +0000
  • 434d53bc83 Fix complex number routines to work with signed zeros, changes involve: * Use boost::math::signbit rather than comparison to zero. * Use boost::math::changesign rather than unary negation (unary negation fails for Intel on Linux when the argument is a zero). * Update to use boost::math::isnan/isinf rather than the old code. * Update to use boost::math constants. Fixes #6171. John Maddock 2011-12-13 18:11:46 +0000
  • 8d9372fac9 Begin refactoring math lib test cases as template so they can used by other numerical types. Change constant declarations in the Math lib headers to give full digits when used with UDT's that are constructible from strings. John Maddock 2011-12-06 09:38:16 +0000
  • 116736480a documented "two_thirds" and deprecate "twothirds" Trac 6199 Paul A. Bristow 2011-12-02 15:05:46 +0000
  • cbe12e231d Added "two_thirds" and deprecate "twothirds" Trac 6199 Paul A. Bristow 2011-12-02 15:01:40 +0000
  • d6222ff30c Added trac 6151 info. Paul A. Bristow 2011-11-22 10:38:10 +0000
  • 4969ee33f6 Corrected test of complement cdf (with Yan Zhou patch). Paul A. Bristow 2011-11-21 12:58:22 +0000
  • 09c2238e7a Corrected complement cdf with Yan Zhou patch. Paul A. Bristow 2011-11-21 12:57:33 +0000
  • c1e5af9291 Warning suppression. John Maddock 2011-11-21 09:46:33 +0000
  • 2d5ba01092 Tentative fix for platforms that have fenv.h but no fexcept_t. John Maddock 2011-11-14 12:20:13 +0000
  • 9373287faa More fixes for expression template types. John Maddock 2011-11-08 12:49:27 +0000
  • e69c3fae8a Missing graphs for Bayesian examples Paul A. Bristow 2011-11-05 16:31:52 +0000
  • 23c5d0060e Missing graphs for Bayesian examples Paul A. Bristow 2011-11-05 16:29:30 +0000
  • 7aa9582387 Merge Clang fix from Trunk. Authorised by Rene. John Maddock 2011-11-03 11:59:06 +0000
  • a8d7299861 Allow distribution parameter checking to be eluded if it's already taken place. John Maddock 2011-10-31 16:38:16 +0000
  • c43891eab0 Allow precision.hpp to work with number types in base 10. Fix binomial_distribution quantile when success_fraction is 1. Fixes #6069. John Maddock 2011-10-29 17:26:26 +0000
  • 34a635b621 Fix Clang build issue. John Maddock 2011-10-28 08:29:55 +0000
  • b11ef8b992 Merge recent bug fixes from Trunk. Refs #6014 Refs #5832 Refs #5934 Refs #6001 Refs #5982 Refs #5914 Refs #5927 John Maddock 2011-10-16 18:57:30 +0000
  • cf13aec0a3 Document release history. John Maddock 2011-10-16 16:47:41 +0000
  • 681b9c1288 Add missing #include. Fixes #6017. John Maddock 2011-10-13 17:31:00 +0000
  • b7df32ac03 Apply patch from ticket #6014. Fixes #6014. John Maddock 2011-10-12 17:09:48 +0000
  • 48e179266b Fix error checking for trunc and round functions. Update tests to match. John Maddock 2011-10-12 11:06:09 +0000
  • f617e8e284 Change nextafter and related functions to handle infinities as arguments the same way as GLIBC and MSVC. Fixes #5823. John Maddock 2011-10-11 17:28:13 +0000
  • a5941a2179 GCC workaround when using TR1 tuple. Fixes #5934. John Maddock 2011-10-10 12:09:12 +0000
  • 303503d876 Remove unused constants. Fix expression for tolerance in eps_tolerance. Add include guards to prime.hpp. Fixes #5982. Fixes #5927. Fixes #6001. John Maddock 2011-10-10 11:52:05 +0000
  • f52587e616 More fixes for UDT's as arguments. John Maddock 2011-10-08 12:30:50 +0000
  • 125edbe8e0 eliminated test_case_template.hpp Gennadiy Rozental 2011-10-05 10:28:08 +0000
  • 48718536b7 eliminated unit_test_framework and BOOST_MESSAGE Gennadiy Rozental 2011-10-05 09:55:08 +0000
  • a16c1ccaae eliminated unit_test_framework and BOOST_MESSAGE Gennadiy Rozental 2011-10-05 09:35:55 +0000
  • c6190ac181 eliminated unit_test_framework and BOOST_MESSAGE Gennadiy Rozental 2011-10-05 09:28:25 +0000
  • 464a667ab2 Add Jacobi functions to the TODO list. John Maddock 2011-10-02 18:16:45 +0000
  • 8f22d5ebe5 Minor fixes for expression-template types. John Maddock 2011-09-26 11:01:03 +0000
  • a74236ad41 std qualified strlen in int width = (int)std::strlen(prefix) + (int)std::strlen(body); Paul A. Bristow 2011-09-20 18:03:22 +0000
  • 6e78e00321 Fix mpreal #includes. Add some more expression-template fixes. Add fix for Cray platform in SSE2 support selection. John Maddock 2011-09-15 17:16:20 +0000
  • be97e03f4e Fix expression template compilation issues. John Maddock 2011-09-12 08:36:54 +0000
  • acb59c8512 Fix usage with expression template types. Fix fpclassify code when both BOOST_MATH_DISABLE_STD_FPCLASSIFY and isnan are defined. Remove dead code. John Maddock 2011-09-01 18:03:31 +0000
  • 990c183d8d Fix error handling arguments. John Maddock 2011-09-01 17:47:01 +0000
  • 352b9016f6 Merge misc fixes from trunk: mostly documentation and cosmetic changes. John Maddock 2011-08-23 07:49:00 +0000
  • c416cd2772 Fix bug in e_float bindings - negative integers were incorrectly converted. John Maddock 2011-08-11 11:02:12 +0000
  • 299ac65bf3 Uncommented to correct #include pch.hpp mistake. Paul A. Bristow 2011-07-30 11:29:52 +0000
  • 3091965c44 Reported ambiguity from detail so made explicit boost::math::constants rather than using using namespace boost::math::constants. Paul A. Bristow 2011-07-29 15:18:01 +0000
  • 769365b594 Added trac #5733 Paul A. Bristow 2011-07-26 13:30:43 +0000
  • 92b23c16a6 Corrected wrong code in uniform.hpp for >upper or < lower wrong test values in uniform cdf complemented. Paul A. Bristow 2011-07-25 16:49:34 +0000
  • 4e13294bae Corrected wrong test values in uniform cdf complemented. (and wrong code in uniform.hpp) Paul A. Bristow 2011-07-25 16:47:57 +0000
  • 4a23024043 Warning c4511 disabled for 7.1 lexical cast test Paul A. Bristow 2011-07-25 09:29:04 +0000
  • 6da378b70e Added comments Paul A. Bristow 2011-07-25 09:26:59 +0000
  • dc53f191e7 Credit for lexical_cast and nonfinites Paul A. Bristow 2011-07-18 14:13:19 +0000
  • e3b0a8255d Update to release notes for lexical_cast and nonfinites Paul A. Bristow 2011-07-18 14:12:33 +0000
  • 24f06ec9f8 Update on lexical cast improvements. Paul A. Bristow 2011-07-17 14:56:40 +0000
  • 47eb661207 Tiny layout change. Paul A. Bristow 2011-07-17 11:33:52 +0000
  • d88276699f Added negative NaN example. Paul A. Bristow 2011-07-17 11:32:57 +0000
  • df9784ccd3 Minor change to avoid a warning. Paul A. Bristow 2011-07-17 11:30:32 +0000
  • 56745615a0 Rebuilt after adding Bayes example. Paul A. Bristow 2011-07-16 11:15:38 +0000
  • 7907edace2 New Bayes example Paul A. Bristow 2011-07-13 14:24:42 +0000
  • 5ea378b728 Fudge for failure of greek in section title Paul A. Bristow 2011-07-13 14:23:41 +0000
  • 96b134328b New Bayes example Paul A. Bristow 2011-07-13 14:19:33 +0000
  • 6004936cef Update to use latest Trunk version of auto-index. John Maddock 2011-07-09 17:06:20 +0000
  • 0fa407d552 Update to use latest Trunk version of auto-index. John Maddock 2011-07-08 18:03:44 +0000
  • fdfb030ca7 Merge bad file name fixes and TR1 breakages from Trunk. Authorized by Daniel James. John Maddock 2011-07-02 08:58:57 +0000
  • 38b6a4f3b8 Revert BSD fix - it breaks Boost.TR1 and was nonsense anyway! :( John Maddock 2011-06-30 16:04:54 +0000
  • 57cc822890 Fix name of #include file. John Maddock 2011-06-30 08:50:24 +0000
  • f138065bd7 Sorted out as per JM message 19 Jun to add inverse chisq example. without manifest Paul A. Bristow 2011-06-18 16:02:58 +0000
  • 39b39f98c3 New example from Thomas Mang (corrected!) Paul A. Bristow 2011-06-17 17:11:42 +0000
  • de8e10c39f New example from Thomas Mang Paul A. Bristow 2011-06-17 17:06:23 +0000
  • 24c85f594e Altered section title to use words because the greek chi OK on html but failed to show on pdf (for reasons most mysterious and not worth wasting more time on!) Paul A. Bristow 2011-06-17 17:05:48 +0000
  • 5c9743b3ee Update of history adding Thomas Mang's example Paul A. Bristow 2011-06-17 17:01:18 +0000
  • 468599d77b Added new Bayes inverse chi sq example Paul A. Bristow 2011-06-17 17:00:39 +0000
  • be98ea2300 Added tip Paul A. Bristow 2011-06-17 17:00:07 +0000