2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

567 Commits

Author SHA1 Message Date
jzmaddock
805fb89a61 Improve root finding examples.
Add updated elliptic integral tests.
Add lambda example.
Tweak wording in places.
2015-05-05 13:22:29 +01:00
jzmaddock
ef0241c0a3 Add elliptic integral example. 2015-05-04 18:36:40 +01:00
jzmaddock
dc1c023540 Minor edits to minimization docs and examples. 2015-04-30 18:33:18 +01:00
jzmaddock
a0fb417bc0 Tidy up comments. 2015-04-30 18:32:48 +01:00
jzmaddock
5cbf37159e Change to use sensible defaults for required digit counts. 2015-04-29 17:57:27 +01:00
jzmaddock
6277275f32 Make sure results of timed calls are really *really* used.
Optimize derivative calculation to reduce redundant computation.
2015-04-28 18:45:24 +01:00
jzmaddock
8d394d4f53 Make sure calculated results are really used to avoid spurious optimizations. 2015-04-27 19:43:56 +01:00
jzmaddock
8b0aaec93f Tidy up:
Remove unneeded '#includes.
Improve finding of boost-root.
Fix debug/release detection to not use MSVC specific macros.
2015-04-27 19:27:22 +01:00
pabristow
e7ae689ea5 New sections of examples or cube, fifth, multiprecision and nth root finding, and comparison of timing and iterations. 2015-04-26 17:41:10 +01:00
Lauri Nurmi
0c273d09a9 Fix spelling of "occurr*". 2015-03-28 22:11:16 +02:00
pabristow
9b293b689d No bad links from inspect and fp_comparison revised. 2015-03-13 13:02:31 +00:00
pabristow
2b57792dbc rooting links corrected, build clean, but some links still broken. 2015-03-12 18:05:36 +00:00
pabristow
7a74c3728f New example and .qbk 2015-03-05 10:25:19 +00:00
jzmaddock
e5a25df9a2 Make a few edits and reorganize root finding docs. 2014-12-15 18:30:39 +00:00
pabristow
4da25c8bb4 Work in progress on root finding examples. 2014-12-12 12:03:29 +00:00
jzmaddock
ccc5dcda99 [examples] Disable initializer list tests for gcc-4.4.x as the compiler doesn't seem to support then even though it has <initializer_list>. 2014-12-10 18:50:22 +00:00
pabristow
39b499bd42 Add arcsine example 2014-10-20 14:38:03 +01:00
pabristow
5a6d292729 Changed comments on snips. 2014-09-25 16:38:38 +01:00
jzmaddock
bc77596f23 Improve calculation of phase probabilities when normalizing so they really should add up to 1.
Allow slight tolerance in checking for sum of phase probabilities.
Add missing call to normalize in iterator constructor.
Remove asserts that duplicated the error handling code - better to provide consistent behavior via the error handlers.
Add comment to examples about other containers working equally well.
2014-09-03 19:25:20 +01:00
sguazt
3c596733f8 [distributions] Hyper-Exponential: added example and doc from (Wolski et al.,2013) paper. 2014-09-01 23:49:32 +02:00
jzmaddock
f8e0a5524d Move code snippets into separate cpp file. 2014-09-01 19:18:12 +01:00
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
jzmaddock
e20b44e8a9 Move headers that are mostly used for internal maintenance and testing into an "include_private" directory - this is to reduce dependencies on other Boost modules when using this library. 2014-06-09 16:08:35 +01:00
pabristow
7a88296853 Example of upto 128-bit normal tables using cstdfloat 2014-03-16 13:01:47 +00:00
pabristow
e1b4cfe8b6 New examples using cstdfloat 2014-03-16 12:58:10 +00:00
jzmaddock
e0745c7612 Tentative fix for VC12 failures - don't use unnamed namespace for tgamma examples as VC12 has ::tgamma. 2014-01-23 16:48:57 +00:00
jzmaddock
ee56e2c03d Fix Student's t example in code and docs.
Update history: we've added new features so go up a version number.
Regenerate docs.
2014-01-17 18:48:20 +00:00
jzmaddock
8d04137d55 Fix some inspection report issues. 2014-01-14 17:52:37 +00:00
jzmaddock
d65d281de1 Fix some issues in bernoulli docs. 2014-01-11 18:59:14 +00:00
Paul Bristow
56b4ae4425 First revision to docs. 2014-01-10 18:12:06 +00:00
jzmaddock
2216a07483 Fix example so it actually compiles, add better OutputIterator usage and fix try/catch blocks. 2014-01-09 10:18:49 +00:00
Paul Bristow
e0be796c64 Bernoulli example (used by docs) 2014-01-07 14:56:35 +00:00
John Maddock
294e4fcb31 Add needed file.
[SVN r85177]
2013-07-31 11:47:52 +00:00
Paul A. Bristow
138cfa2447 Changed links in examples to use def __ style links
[SVN r84324]
2013-05-17 11:02:32 +00:00
Paul A. Bristow
0f7e4baf16 Changed links in examples to use def __ style links
[SVN r84323]
2013-05-17 11:00:49 +00:00
Paul A. Bristow
db7a1c2a55 Changed links in examples to use def __ style links
[SVN r84321]
2013-05-17 10:59:59 +00:00
John Maddock
9f17b2d2e7 Duplicated more of Trunk's files so we can check links.
Search-and-replace fixed a bunch of links.
Regenerate docs.

[SVN r84208]
2013-05-09 17:58:27 +00:00
John Maddock
a1d526bd36 Change to quickbook 1.6.
Change to use chapters at the top level.
Big search and replace on link names.

[SVN r84201]
2013-05-09 09:04:20 +00:00
John Maddock
57cba0eef4 Reorganise directory structure to make things easier to find and maintain.
[SVN r84143]
2013-05-05 12:32:36 +00:00
John Maddock
cb2804cba0 Remove files that have already been merged to trunk.
[SVN r84124]
2013-05-03 17:37:10 +00:00
John Maddock
81e1943d03 Remove duplicate entry.
[SVN r83620]
2013-03-28 11:30:36 +00:00
Paul A. Bristow
f0b0d0e75c Added #include and try/n/catch blocks to try to see why fails on some platforms (mainly Teeks).
[SVN r83560]
2013-03-25 17:54:57 +00:00
Paul A. Bristow
b57030b7d0 Updates to Bessel and Airy examples.
[SVN r83419]
2013-03-13 17:28:54 +00:00
Paul A. Bristow
e620f3f56a New airy example, providing snippets for docs.
[SVN r83418]
2013-03-13 17:10:13 +00:00
Paul A. Bristow
1e82b52349 Corrected wrong tolerance for check close percent and fraction.
[SVN r83413]
2013-03-12 17:51:35 +00:00
Paul A. Bristow
99507b3d9f Minor corrections from John 10 Mar 13
[SVN r83407]
2013-03-11 12:19:51 +00:00
John Maddock
bc86f6503e Beautify formatting a little.
[SVN r83399]
2013-03-10 17:20:55 +00:00
Paul A. Bristow
987e4396c5 Added split into four examples to the jamfile.
[SVN r83362]
2013-03-08 12:53:35 +00:00
Paul A. Bristow
c7c6172eb9 Bessel and Neumann examples, split into four files.
[SVN r83361]
2013-03-08 12:50:39 +00:00
Paul A. Bristow
5896a2e6a1 Removed 'expected to fail' example.
[SVN r83355]
2013-03-08 10:00:48 +00:00