Commit Graph

12 Commits

Author SHA1 Message Date
jzmaddock
6e8145a076 Add code to profile changes to toms748_solve.hpp to see if their effect is beneficial.
Change the heuristics used when the initial guess is really bad.
Change example to return a fail-code when an error occurs.
2014-07-31 12:48:23 +01:00
Steven Watanabe
3524499fc0 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
f11d1c3c2b Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Paul A. Bristow
be4bd91753 Changed to avoid using namespace boost::math
[SVN r65665]
2010-09-29 10:32:55 +00:00
Paul A. Bristow
5ade8ca1f6 Avoid name ambiguity.
[SVN r65124]
2010-08-30 09:07:41 +00:00
Paul A. Bristow
d262d6d4c3 added code to make a list of CI for an alpha for a range of numbers of observations.
[SVN r39487]
2007-09-23 17:29:17 +00:00
Paul A. Bristow
76814e7e00 Warning squashing and estimate to find
[SVN r39453]
2007-09-21 17:39:55 +00:00
Paul A. Bristow
bf7615a38c Cosmetic - correction sin chisqr by JM to correct problem
[SVN r39321]
2007-09-16 15:21:08 +00:00
John Maddock
dddbe27ebc Fixed a few warnings and updated the Jamfile to build and run everything.
[SVN r38423]
2007-08-03 17:03:12 +00:00
Paul A. Bristow
4d9fa61b8d Changed 'accept' to 'not rejected'
[SVN r7167]
2007-06-26 13:36:29 +00:00
John Maddock
0be23d0221 Refactored tutorial files, and added more tutorials.
[SVN r3368]
2006-11-10 15:42:31 +00:00
John Maddock
3ea5308b45 Fixed problem with chi-squared sample size estimator.
Updated test program accordingly.
Added chi-square tutorial code.


[SVN r3360]
2006-11-08 17:14:39 +00:00