2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
John Maddock
0bc7181e61 Lots of minor fixes: mostly configuration issues.
Change to use std::tuple when available.
Add two new distributions: inverse gamma and inverse chi squared.


[SVN r65749]
2010-10-04 15:17:21 +00:00
John Maddock
8056009e4b Merge changes from Trunk:
Minor update to docs, with graphics regenerated.
Fix some minor inspection script errors.
Improve performance of a few of the algorithms.
Fix a few compiler warnings etc.

[SVN r60643]
2010-03-16 11:37:39 +00:00
John Maddock
6227f67d75 Update docs with Linux performance results.
Fix distributions.cpp so it's DCDFLIB testing code is gcc-compatible.

[SVN r56925]
2009-10-16 16:09:12 +00:00
John Maddock
66f2eed7dc Merge updated docs: new performance results, release history etc.
[SVN r56863]
2009-10-15 08:46:13 +00:00
John Maddock
1a297964c1 Merge performance enhancements and minor fixes from Trunk.
[SVN r56729]
2009-10-12 10:35:20 +00:00
John Maddock
323a108149 Merges changes from Sandbox version:
MPFR Support.
New distributions: laplace, logistic and hypergeometric.
Added PCH support to the Jamfiles for faster build times.
Added C# usage example.
Updated and regenerated docs.
Also fixes #2799 and updates the tests to catch this failure in future.

[SVN r51455]
2009-02-26 17:34:52 +00:00
John Maddock
831a4ce794 Added updated linux test results.
[SVN r50908]
2009-01-30 17:26:05 +00:00
John Maddock
840bbe720f Improve performance of non-central distributions and the logistic quantile.
Updated performance results.
Fixed a few bugs in performance testing code.
Added short-cut macros for new distributions in math.qbk.

[SVN r50896]
2009-01-30 11:00:12 +00:00
John Maddock
d816b0e2ff Merge changes from the Sandbox to Trunk.
Rebuilt docs.

[SVN r47080]
2008-07-04 17:14:37 +00:00
John Maddock
f284acaf50 Merge changes from Trunk.
[SVN r47079]
2008-07-04 17:08:58 +00:00
John Maddock
dd305e133b Added better Win32 control.
[SVN r46892]
2008-06-30 09:02:29 +00:00
John Maddock
669bfb3991 Merged changes from sandbox to Trunk:
New special functions for truncation and rounding, plus exponential integrals and zeta.
New non central distributions.
Updated equation png's so that they are all consistent.

[SVN r44091]
2008-04-07 15:58:51 +00:00
John Maddock
d02ae84866 Added new pow function from Bruno Lalande.
Fixed a few bugs in the non-central distro's that could cause infinite looping.
Added non central distros to the performance test app.

[SVN r43800]
2008-03-23 10:32:21 +00:00
John Maddock
fe3db87cc4 Change concepts classes so they can be used when there is no long double support.
Added first cut of the non-central chi squared distribution.
Removed almost all occurrences of real_cast: replaced with calls to the truncation/rounding functions instead.

[SVN r42744]
2008-01-14 09:27:44 +00:00
John Maddock
9f934f26ac Remove the log files, we don't need these in SVN Trunk.
[SVN r41317]
2007-11-23 17:05:25 +00:00
John Maddock
e7db05cc1a Merged changes from Trunk.
[SVN r41085]
2007-11-14 12:11:23 +00:00
John Maddock
43c4c236b7 Removed PDF docs: we'll put these somewhere else.
Fixed some license/copyright issues.

[SVN r40896]
2007-11-07 17:38:19 +00:00
John Maddock
5e9204816c Added short section on performance test app.
Added copyright info to performance test app, plus needed build macros.

[SVN r39058]
2007-08-29 18:30:05 +00:00
John Maddock
a32cf73ad2 Updated performance test app, and added performance docs and logs.
[SVN r38855]
2007-08-22 17:48:10 +00:00
John Maddock
bb1931edec Changed "policy" directory to "policies" to match the namespace name.
[SVN r38780]
2007-08-20 12:43:32 +00:00
John Maddock
9cf861c275 Hopefully fixed Intel-regression in release mode: if the data points are very close to linear the cubic interpolation may fail and generate a NaN in highly optimised code.
[SVN r38778]
2007-08-20 09:31:28 +00:00
John Maddock
934c402c14 Fixed some GCC-4.2 warnings in unchecked_factorial.hpp.
Fixed some Intel-10 compile errors in error_handling.hpp.
Updated performance/main.cpp to print configuration info.

[SVN r38762]
2007-08-19 16:37:56 +00:00
John Maddock
56852c989f Fix gcc-mw compilation.
Added performance tuning options to performance app.

[SVN r38660]
2007-08-14 16:29:39 +00:00
John Maddock
472614473a Merged policy code.
[SVN r7536]
2007-07-25 11:51:46 +00:00
Douglas Gregor
f98b790432 Set MIME types and end-of-line styles globally
[SVN r7018]
2007-06-12 22:09:40 +00:00
John Maddock
3bcd26cec1 Beefed up the tests a little: better coverage now.
[SVN r4487]
2007-06-07 17:39:19 +00:00
John Maddock
cfe462ea49 Added more tests: inverse beta and gamma tests, plus GSL and cephes comparisons.
[SVN r4453]
2007-06-05 09:25:54 +00:00
John Maddock
da50caab99 Added performance test program.
[SVN r4173]
2007-05-22 08:56:11 +00:00