John Maddock
|
0a62121792
|
Made max-iterations permitted before we give up a policy rather than a macro or - worse - an ad-hoc value.
At the same time cleared up a lot of gcc-specific signed/unsigned comparison warnings.
[SVN r38970]
|
2007-08-26 17:39:53 +00:00 |
|
Paul A. Bristow
|
a7f80bca1d
|
1st cut - but complement does NOT work.
[SVN r38967]
|
2007-08-26 16:38:39 +00:00 |
|
Paul A. Bristow
|
60c09aa988
|
Start of tests - but complement doesn't work.
[SVN r38966]
|
2007-08-26 16:36:17 +00:00 |
|
John Maddock
|
32c4c33a03
|
Fixed some typos, changes 1 title, and fixed markup in normal_misc_examples.cpp.
[SVN r38947]
|
2007-08-25 18:05:41 +00:00 |
|
John Maddock
|
401fd9fda1
|
Typo fixes, changed formatting a bit, and gave example a meaningful name.
[SVN r38942]
|
2007-08-25 16:14:26 +00:00 |
|
John Maddock
|
1e22ee9479
|
Fix typo.
[SVN r38941]
|
2007-08-25 15:51:43 +00:00 |
|
Paul A. Bristow
|
c4b95072c8
|
placeholder for find_location & scale.
[SVN r38940]
|
2007-08-25 13:52:10 +00:00 |
|
Paul A. Bristow
|
f8578189de
|
added copyright notice & comment & includes find_scale & location
[SVN r38933]
|
2007-08-25 12:10:03 +00:00 |
|
Paul A. Bristow
|
871921e322
|
added copyright notice & comment
[SVN r38932]
|
2007-08-25 12:09:22 +00:00 |
|
Paul A. Bristow
|
9ef29b5580
|
Copyright & cosmetic
[SVN r38931]
|
2007-08-25 12:02:41 +00:00 |
|
Paul A. Bristow
|
69e15fb6dc
|
Removed warning suppression push'n'pop
[SVN r38930]
|
2007-08-25 11:59:56 +00:00 |
|
Paul A. Bristow
|
a76dd8ee89
|
Copyright & cosmetic
[SVN r38929]
|
2007-08-25 11:57:22 +00:00 |
|
Paul A. Bristow
|
885ae70e1e
|
added global anchor 'why complements'
[SVN r38928]
|
2007-08-25 11:52:33 +00:00 |
|
Paul A. Bristow
|
2c3cc1de3c
|
Layout & spelling correction
[SVN r38927]
|
2007-08-25 11:02:53 +00:00 |
|
Paul A. Bristow
|
c661dbbcd0
|
added test for synonyms location & scale for mean & sd
[SVN r38926]
|
2007-08-25 09:03:02 +00:00 |
|
Paul A. Bristow
|
c915c8b18c
|
added synonyms location & scale for mean & sd
[SVN r38925]
|
2007-08-25 09:02:13 +00:00 |
|
Paul A. Bristow
|
e94f0a4e84
|
Removal of coinflip qbk
[SVN r38909]
|
2007-08-24 16:36:10 +00:00 |
|
Paul A. Bristow
|
1164d56461
|
removed example example mistake
[SVN r38905]
|
2007-08-24 14:02:14 +00:00 |
|
John Maddock
|
ab21739316
|
Some typo fixes, changes layout to prevent overflow of code blocks, plus some editorial changes to try and make the descriptions/layout as clear as possible.
[SVN r38865]
|
2007-08-23 17:46:50 +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 |
|
Paul A. Bristow
|
2137d0a0fa
|
New examples for normal
[SVN r38844]
|
2007-08-22 13:23:02 +00:00 |
|
Paul A. Bristow
|
c04dd5c5be
|
New examples for normal
[SVN r38843]
|
2007-08-22 13:21:25 +00:00 |
|
Paul A. Bristow
|
bc6e5e87aa
|
Minor improvements?
[SVN r38842]
|
2007-08-22 13:20:23 +00:00 |
|
Paul A. Bristow
|
bf35d284cc
|
added to examples
[SVN r38841]
|
2007-08-22 13:19:26 +00:00 |
|
Paul A. Bristow
|
b3d5a639c3
|
PUnctuation
[SVN r38840]
|
2007-08-22 13:17:04 +00:00 |
|
Paul A. Bristow
|
5cef3c46d4
|
added link to normal examples.
[SVN r38839]
|
2007-08-22 13:16:03 +00:00 |
|
Paul A. Bristow
|
6ca751d2b0
|
Change of filename of NAG example.cpp in qbk link
[SVN r38819]
|
2007-08-21 13:27:46 +00:00 |
|
Paul A. Bristow
|
3dc36c9676
|
This replaced binomial_example_3 which can be removed. TODO
[SVN r38818]
|
2007-08-21 13:16:01 +00:00 |
|
Paul A. Bristow
|
d69dc2d48e
|
correction change in policy name!
[SVN r38817]
|
2007-08-21 13:07:59 +00:00 |
|
Paul A. Bristow
|
2cc1a858d6
|
First cut
[SVN r38816]
|
2007-08-21 13:04:16 +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
|
a14d665e4f
|
Initial commit of very basic makefile for doc generation.
[SVN r38742]
|
2007-08-17 15:58:02 +00:00 |
|
John Maddock
|
8578b430e4
|
Change paper type to A4
[SVN r38728]
|
2007-08-16 17:33:43 +00:00 |
|
Paul A. Bristow
|
15d515f8b8
|
layout & comments only.
[SVN r38719]
|
2007-08-16 14:18:05 +00:00 |
|
Paul A. Bristow
|
8bdb25f7c7
|
More comments changed - and commented-out an unreachable code warning suppression - believed not now needed.
[SVN r38718]
|
2007-08-16 14:11:07 +00:00 |
|
John Maddock
|
be2ccd4e73
|
Fixed Cygwin failures.
[SVN r38713]
|
2007-08-16 13:07:32 +00:00 |
|
John Maddock
|
e6a8118e0c
|
Fixed a few more regressions, and quashed a few warnings.
[SVN r38712]
|
2007-08-16 12:22:22 +00:00 |
|
John Maddock
|
6d5fb5a5d6
|
Updated include tests, to instantiate the respective code. Fixed any errors that cropped up and suppressed rather a lot of warnings.
Updated docs as well.
[SVN r38692]
|
2007-08-15 18:31:18 +00:00 |
|
Paul A. Bristow
|
4b1f2de593
|
added coin flip example - but it needs more refinement.
[SVN r38687]
|
2007-08-15 17:19:24 +00:00 |
|
Paul A. Bristow
|
cdd47d7867
|
First cut - needs checking and refining!
[SVN r38686]
|
2007-08-15 17:18:40 +00:00 |
|
Paul A. Bristow
|
da0244db36
|
New example binomial coinflipping referenced
[SVN r38684]
|
2007-08-15 15:05:00 +00:00 |
|
Paul A. Bristow
|
69fe42557f
|
New example referenced from binomial_example.qbk
[SVN r38683]
|
2007-08-15 15:03:05 +00:00 |
|
John Maddock
|
a8fd036dfb
|
Updated docs with error rates and links to GSL/GLIBC etc.
[SVN r38676]
|
2007-08-15 14:15:53 +00:00 |
|
Paul A. Bristow
|
e16e81bf10
|
Some corrections, but final example 7.5 I don't understand and needs doing or deleting.
[SVN r38670]
|
2007-08-15 10:12:51 +00:00 |
|
John Maddock
|
65b1f877df
|
Removed tune app: it's been superseded by the performance app.
[SVN r38661]
|
2007-08-14 16:58:28 +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 |
|
Paul A. Bristow
|
e8a40a50ab
|
replaced Bernoulli refer
[SVN r38659]
|
2007-08-14 14:21:12 +00:00 |
|
John Maddock
|
88af3cb850
|
Fixed some typos, and a few factual errors.
[SVN r38654]
|
2007-08-14 12:44:20 +00:00 |
|