Commit Graph

  • c9aae0ea7f Updated to include new test programs. John Maddock 2006-07-09 15:58:53 +0000
  • ea8e3cf385 1st commit - some tests OK? Paul A. Bristow 2006-07-06 15:19:30 +0000
  • a5603dc093 not sure why changed - comments? Paul A. Bristow 2006-07-06 15:18:19 +0000
  • 721da6e645 possibly correct tests. Paul A. Bristow 2006-07-06 15:15:53 +0000
  • c9afe467ac Seems sane? Paul A. Bristow 2006-07-06 10:00:35 +0000
  • ed2cd482b3 Passes some tests, but others needed?. Paul A. Bristow 2006-07-06 09:59:11 +0000
  • a46ac4c5aa disabled warnings in test and added output. Paul A. Bristow 2006-07-06 09:57:43 +0000
  • a78a218dd6 REMOVED two argument domain_error, etc functions. Several calls changed but May still be 2 arg calls in code that will fail to compile now. Paul A. Bristow 2006-07-04 17:43:22 +0000
  • 4f1eb3f8d2 test for argument promotions promotions.hpp Paul A. Bristow 2006-07-04 17:40:50 +0000
  • 866fb8fb17 argument promotion (needed by math function forward declarations math_fwd.hpp) See also test_promotions.cpp Paul A. Bristow 2006-07-04 17:39:30 +0000
  • 7e823381c1 Removed two argument error calls. Added output from test. Paul A. Bristow 2006-07-04 17:19:51 +0000
  • da4f485ceb Update to match math_fwd.hpp OK with test_function_declarations.cpp Paul A. Bristow 2006-07-04 17:17:40 +0000
  • 1d0576a788 cosmetic only. TODO add #include math_fwd.hpp Paul A. Bristow 2006-07-03 15:50:58 +0000
  • a00f098f63 fiddling with tolerance and inverse tests added. Paul A. Bristow 2006-07-03 08:55:09 +0000
  • d76f039c46 test for inverse added, more needed? Paul A. Bristow 2006-07-03 08:52:50 +0000
  • 8f83f9525e more chisqr tests, including possible bad arguments. Paul A. Bristow 2006-07-03 08:50:32 +0000
  • d4920ca48b Updated docs. John Maddock 2006-06-29 12:14:40 +0000
  • 107b88abb4 Added tests to print out error messages as well as verify that the exception is thrown. John Maddock 2006-06-27 17:02:44 +0000
  • 9b6fd61a8f Fixed VC warnings. Added needed includes. John Maddock 2006-06-27 16:34:16 +0000
  • dc28202d2d updated to use argument promoted versions. PAB 27 Jun 2006 Paul A. Bristow 2006-06-27 09:48:29 +0000
  • f6b8971322 updated to use JM promoted arguments Paul A. Bristow 2006-06-27 09:45:59 +0000
  • a2d122db66 Updated with JM promoted arguments Paul A. Bristow 2006-06-27 09:45:59 +0000
  • 6b0825841d Updated code to use the new 3-arg domain_error and pole_error functions. John Maddock 2006-06-24 17:41:23 +0000
  • b2c1ef342f Added abs to real_concept. Added logic_error to error handling code. John Maddock 2006-06-24 15:50:52 +0000
  • 6910a75524 Reorganised and refactored limits and constants code. John Maddock 2006-06-24 12:00:53 +0000
  • 818cfd0bbf Improved error messages and try at warning and constraining probability outside 0 to 1 Paul A. Bristow 2006-06-23 18:30:40 +0000
  • 4ad9aeccb1 Demo of improved error handling, but PAB doesn't understand exception handling;-) Paul A. Bristow 2006-06-23 18:29:18 +0000
  • 3d7552f387 PAB Mods to test JM's improved error message system. Paul A. Bristow 2006-06-23 18:24:33 +0000
  • fa6e01c6ee Fix typos. John Maddock 2006-06-23 09:41:26 +0000
  • 3519ff8b03 Update digits10 formula used. John Maddock 2006-06-23 09:36:09 +0000
  • 3fc272db77 Fixed factorial code, so it is now fully tested. Added static asserts to ensure data tables in BGRAT don't exceed the number of factorials available. John Maddock 2006-06-22 18:19:42 +0000
  • 493406e734 Added factorial docs and tests. John Maddock 2006-06-22 18:18:23 +0000
  • d65be814d5 *** empty log message *** Paul A. Bristow 2006-06-22 17:02:07 +0000
  • 4341334b2b Updated accuracy in docs. Fixed test_fisher so it's gcc compatible (real_concept.hpp has to come first). John Maddock 2006-06-22 15:59:01 +0000
  • 0de45f85d1 Cleaned up BGRAT table size. Fixed typos in factorials.hpp. Added needed using declarations in gamma ratios. Cygwin fix for test.hpp. John Maddock 2006-06-22 15:57:23 +0000
  • 57dafe1629 1st commit PAB Paul A. Bristow 2006-06-21 16:58:28 +0000
  • e53697d039 Changed precision handling to set to full precision before formatting error message. John Maddock 2006-06-21 16:30:34 +0000
  • 80b35e3a3a Added additional overloads for domain and pole errors, so that formatted output including the actual value is now possible. John Maddock 2006-06-21 12:53:49 +0000
  • e148678168 1st commit Paul A. Bristow 2006-06-21 11:53:31 +0000
  • 5cb47fed11 1st try. Paul A. Bristow 2006-06-21 11:52:18 +0000
  • 784df0c4b8 Added initial docs for gamma function ratios. John Maddock 2006-06-20 18:04:51 +0000
  • a3157d5e12 Updated incomplete beta to use DiDonato and Morris's BGRAT routine in more cases. John Maddock 2006-06-20 17:21:29 +0000
  • a122cfe44f Docs update: added implementation details for incomplete beta. John Maddock 2006-06-20 17:20:09 +0000
  • 49b94b80a6 1st try. Paul A. Bristow 2006-06-20 14:21:46 +0000
  • cc365b288a *** empty log message *** Paul A. Bristow 2006-06-20 14:20:30 +0000
  • 6e67803df2 Updated inverse incomplete beta docs. John Maddock 2006-06-19 17:42:48 +0000
  • a33eceb484 *** empty log message *** Paul A. Bristow 2006-06-19 17:36:33 +0000
  • ad83ab3ac2 1st release Paul A. Bristow 2006-06-19 17:08:19 +0000
  • 8c446fc689 1st commit Paul A. Bristow 2006-06-19 09:25:41 +0000
  • b0208fda62 comment on using namespace std and pow. added std::precision(4) to make clear this is NOT the reason for the using namespace std. Paul A. Bristow 2006-06-19 09:23:35 +0000
  • fbc1c85949 1st commit PAB 18 Jun 2006 Paul A. Bristow 2006-06-19 09:10:03 +0000
  • d9de66ee38 Added explanatory comment. PAB Paul A. Bristow 2006-06-19 09:02:56 +0000
  • 3f446ec5f4 spelling corrections PAB 18 Jun 2006 Paul A. Bristow 2006-06-18 17:25:57 +0000
  • e8d34de928 1st try, also mailed. Paul A. Bristow 2006-06-18 11:53:12 +0000
  • bbc25de1da Updated comments to reflect the state of the code. John Maddock 2006-06-14 17:42:01 +0000
  • 0cdad086c5 Updated beta inverse with slighly less costly code. John Maddock 2006-06-14 16:30:56 +0000
  • 9c044882bb More or less finished beta inverse and gamma inverse plus misc warning suppression and added missing docs. John Maddock 2006-06-14 13:59:25 +0000
  • 97e50116bb Fix warning John Maddock 2006-06-10 12:42:55 +0000
  • 311dc1c8e8 Fix typos. John Maddock 2006-06-10 12:42:19 +0000
  • cefe1428ea Chained series evaluation (optimisation). John Maddock 2006-06-09 11:42:11 +0000
  • c3611d0c6b Added factorials and gamma function ratios. Updated incomplete beta with BGRAT routine from Didonato and Morris. Added even and odd polynomials. Lots of small tweeks. John Maddock 2006-06-08 16:08:05 +0000
  • 6af9ca971b Minor doc update (for error handling). Minor test updates (ibeta inverses). John Maddock 2006-05-30 18:01:10 +0000
  • 5645943c9c Temme inverses are now working. John Maddock 2006-05-30 17:58:39 +0000
  • 586cb50312 Added some proper error handling. Got the incomplete beta inverse working better (Temme's expansions). John Maddock 2006-05-26 16:42:50 +0000
  • 49e8efd352 This commit was manufactured by cvs2svn to create branch 'math_toolkit'. nobody 2006-05-21 15:53:01 +0000
  • 3d116fefb8 Initial commit. John Maddock 2006-05-21 15:53:01 +0000
  • aa2c565d12 Initial commit. John Maddock 2006-05-21 15:45:37 +0000
  • 44b7013434 Added placeholder docs. John Maddock 2006-04-13 10:20:15 +0000
  • b5c388a979 Added placeholder docs. John Maddock 2006-04-13 10:20:15 +0000
  • dceafaadef Removed old docs: the quickbook version now takes over. John Maddock 2006-04-05 12:33:15 +0000
  • 4a0fdec28d Removed old docs: the quickbook version now takes over. John Maddock 2006-04-05 12:33:15 +0000
  • f72690f881 redirect to quickbook docs. John Maddock 2006-03-28 09:42:17 +0000
  • dce95c29c2 Redirect docs to quickbook version John Maddock 2006-03-28 09:41:23 +0000
  • 5b00a02f3c Added Boost.Math docs converted to quickbook. John Maddock 2006-03-26 15:45:45 +0000
  • 3c42f4964f Added Boost.Math docs converted to quickbook. John Maddock 2006-03-26 15:45:45 +0000
  • 4ce0f4d179 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. nobody 2006-03-21 02:26:31 +0000
  • 1e23b979c4 Don't test infinities with Tru64 cxx unless compiling with -ieee option. John Maddock 2006-03-06 11:20:31 +0000
  • 9cc1f11f7d Added Borland fix with right toolset name this time. John Maddock 2006-02-19 16:35:39 +0000
  • aae578b90a Patch for Borland compilers. Alisdair Meredith 2006-01-26 21:14:27 +0000
  • 287e0e6ce1 *** empty log message *** John Maddock 2006-01-24 17:37:11 +0000
  • 4b41c341d6 Borland workarounds for a type deduction bug. John Maddock 2006-01-24 17:26:10 +0000
  • 424c16835a Update test cases to provide better error reporting and to eliminate temporaries. John Maddock 2006-01-15 12:30:27 +0000
  • 604ec8f8ae Added needed #include John Maddock 2006-01-13 19:03:50 +0000
  • 2c309c55e4 Added missing math.h include. John Maddock 2006-01-11 10:31:58 +0000
  • eeebc1031a Fix comment. John Maddock 2006-01-10 16:02:10 +0000
  • da670c577a Check for infinity before using it. John Maddock 2006-01-07 11:28:37 +0000
  • ab2e8055f7 Merged brief-description comments to thier parent comment when they are adjacent. Daryle Walker 2005-12-27 13:07:13 +0000
  • 9c11319890 Optimized expressions now that boost::rational<> supports Boolean conversion. Daryle Walker 2005-12-27 12:42:35 +0000
  • 43fb57de0d Updated for changes in the Test library Daryle Walker 2005-12-19 02:57:39 +0000
  • a754671b05 Don't test infinities if they're not available. John Maddock 2005-12-16 14:10:48 +0000
  • 4c25a20654 Updated code to work even when numeric_limits<>::infinity() is unavailable. John Maddock 2005-12-16 14:10:05 +0000
  • e771975c73 Upped test fudge factor a little. John Maddock 2005-12-11 17:29:53 +0000
  • 8b0b64986e Added Doxygen comments for non-member operator functions; did formatting changes to some code-based formula comments Daryle Walker 2005-12-03 07:42:13 +0000
  • fc0510ee4c Upped fudge factor to allow for broken msvc. John Maddock 2005-12-02 19:25:43 +0000
  • 0cf71150fb Changed calculation of upper and lower safe bounds to avoid problems with std::sqrt(long double) returning infinities. John Maddock 2005-12-02 19:23:28 +0000
  • cb13210a12 Update tests to provide more information, and disable tests that rely on long double overloads when those are known to be inaccurate. John Maddock 2005-11-24 18:44:24 +0000
  • 48eb2d3f9b Minor fixes: added needed declaration of "two", upped tolerance slightly. John Maddock 2005-11-15 11:39:35 +0000
  • 3a4b7be9a9 Update tests to use correct epsilon calculation. John Maddock 2005-11-12 10:24:31 +0000
  • 0545c77c55 Added needed #include John Maddock 2005-11-08 12:11:53 +0000
  • a4d364c657 Added some more diagnostics. Changed fudge factor to use mantissa size, and not epsilon (epsilon is a rather different thing on Darwin's long double). John Maddock 2005-11-07 19:07:27 +0000