Commit Graph

1451 Commits

Author SHA1 Message Date
pabristow
26aea4e7df Big refactor JM small_z and tag_type select code 2017-08-10 17:49:17 +01:00
jzmaddock
e84195d3a6 Quadrature: Update docs.
Also add ability to get the # levels consumed from the integrators.
[skip ci]
2017-07-28 19:26:04 +01:00
jzmaddock
03a8f4f52f Reinstate math.css. 2017-07-26 19:10:31 +01:00
jzmaddock
efcece2867 Reinstate math.css 2017-07-26 19:07:59 +01:00
jzmaddock
21b00bba62 Merge branch 'develop' into pr66
Fixed Conflicts:
test/Jamfile.v2
2017-07-15 16:06:27 +01:00
jzmaddock
092d4580fd Update and regenerate docs. 2017-06-27 18:35:30 +01:00
pabristow
555e0f416b commit merge from develop 2017-06-22 17:05:02 +01:00
jzmaddock
5e3fd1574e Merge branch 'double_exponential' of https://github.com/NAThompson/math into pr66 2017-06-17 18:10:25 +01:00
jzmaddock
b0de86aee8 Trapezoidal: Update docs to include Policy parameter. 2017-06-16 18:32:44 +01:00
jzmaddock
34d413e830 trapezoidal: More fixes prior to merging:
Add new documentation section for integrators.
Remove isfinite from std_real_concept.hpp - it's not part of our conceptual requirements.
Add workarounds for older compilers that can't handle the default arguments to the function.
Restrict testing test_trapezoidal.cpp to compilers that handle lambdas.
Make the concept checks C++03.
Make test_trapezoidal.cpp compile with VC11's broken lambda support.
2017-06-16 18:13:42 +01:00
Nick
1753d6e9e4 Merge branch 'develop' into romberg 2017-05-18 17:34:52 -06:00
Nick Thompson
4801e2d8bf Add namespace boost::math::quadrature. Remove throw when condition number of summation exceeds precision of type; how to properly mollify the condition number is not clear and should be done consistently rather than ad-hoc. 2017-05-11 21:03:00 -06:00
Nick Thompson
3bfeee838d Double exponential quadrature. 2017-05-10 22:03:21 -06:00
jzmaddock
135d05fe73 legendre_stieltjes: add docs to math.qbk. 2017-05-10 18:12:20 +01:00
jzmaddock
83891e2b79 Merge branch 'legendre_stieltjes' of https://github.com/NAThompson/math into stieltjes 2017-05-09 18:36:53 +01:00
jzmaddock
150a0b5afa Merge branch 'legendre_derivatives' of https://github.com/NAThompson/math into legrende_prime
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2017-05-08 19:14:16 +01:00
jzmaddock
87ab68456d Improve interpolator documentation and examples. 2017-05-06 12:26:37 +01:00
jzmaddock
80e7f7027c Merge branch 'barycentric' of https://github.com/NAThompson/math into interpolate_rat
Fix some msvc failures.
Suppress some compiler warnings.
Added iterator based constructor.
Moved docs to better position.

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2017-05-05 13:01:56 +01:00
jzmaddock
adc2234d95 Merge branch 'barycentric' of https://github.com/NAThompson/math into interpolate_rat
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2017-05-04 13:18:05 +01:00
jzmaddock
127178518d Add iterator based construction to cubic B spline. 2017-05-03 13:07:54 +01:00
Nick Thompson
45226c7ef1 Numerical differentiation by finite differences and the complex step derivative. 2017-05-02 18:29:03 -06:00
jzmaddock
e377135aaf Move documentation structure around a bit to make way for new interpolators. 2017-05-02 20:03:22 +01:00
jzmaddock
9dd532e01a Merge branch 'develop' of https://github.com/NAThompson/math into interpolate 2017-05-02 19:30:31 +01:00
Nick Thompson
48a0cf714b Put license information in each file. Do not throw when condition number is approaching an undefined value; use mollification. Improve documentation. 2017-05-02 12:02:02 -06:00
Nick Thompson
4632cb1169 Remove typos in documentation. Remove hacks for float128 in unit tests. 2017-05-02 10:33:36 -06:00
Nick Thompson
2bbadc69fb Place copyright notices in file. 2017-05-01 18:36:26 -06:00
Nick Thompson
4b4c4e9364 Legendre-Stieltjes polynomials. 2017-04-30 15:58:10 -06:00
jzmaddock
69579ae210 Update gcd/lcm docs to point to Boost.Integer. 2017-04-24 19:42:22 +01:00
Nick Thompson
a918d0f331 Return all zeros of the Legendre polynomial at once; there seems to be no benefit to having the user calculate them one at a time. 2017-04-22 15:47:22 -05:00
jzmaddock
82e3949024 GCD: Don't enable variadics unless the compiler supports them.
Update docs.
Escape from variadic GCD early when the result hits unity.
2017-04-15 18:31:01 +01:00
Nick Thompson
4110a69416 Zeros of Legendre polynomials. This uses a root bracketing given by Szego with an asymptotic by Tricomi to get a domain and an initial guess for the root, then refines it via Newton's method. 2017-04-14 15:51:39 -05:00
Nick Thompson
21bcf34a51 Derivative of Legendre polynomials of the first kind. Used to generate the weights of Gaussian quadratures. 2017-04-12 14:16:26 -05:00
Nick Thompson
89d28ff323 Fix up documentation for adaptive trapezoidal quadrature. 2017-04-08 19:48:52 -05:00
Nick Thompson
76a5423666 Finally learned how to use quickbook. The documentation for the cubic b spline looks good now. 2017-04-08 18:47:42 -05:00
jzmaddock
7795ad3fd1 Merge branch 'gcd_polynomial' into gcd_cpp14 2017-04-06 11:28:32 +01:00
Nick Thompson
fff12aa16b Improve documentation for trapezoidal quadrature, explaining the role of the L1 norm calculation. Throw correct error type. 2017-03-28 13:56:18 -05:00
pabristow
c5ee664a51 Refactored with policies and passes tests and timing. 2017-03-23 14:15:37 +00:00
Nick Thompson
6734b363dd Include spline documentation in math.qbk so it gets added to the build. 2017-03-11 15:56:34 -06:00
Nick
36159a4426 Discuss how the interpolant extrapolates. 2017-03-06 11:57:25 -06:00
Nick Thompson
136e7411f5 Adaptive Trapezoidal Quadrature
This routine estimates the definite integral of a function f.
Assuming that f is periodic, it can be shown that this routine converges exponentially fast.
In fact, the test cases given exhibit exponential convergence with decreasing stepsize.

A potential improvement is using the Bulirsch sequence rather than the Romberg sequence to schedule the refinements.
However, the convergence is so rapid for functions of the class specified above that there seems to be no need at present.

This code is cppcheck clean, and runs successfully under AddressSanitizer and UndefinedBehaviorSanitizer.
2017-03-05 19:05:41 -06:00
jzmaddock
47714b4e72 Doc update of TODO list. 2017-03-02 18:56:57 +00:00
Nick Thompson
c42e8feebe Remove all traces of the linguistically incorrect word 'routine'. 2017-03-02 12:30:12 -06:00
Nick Thompson
2b9d88d352 Fixes suggested by code review of PR #57. 2017-03-02 11:54:55 -06:00
jzmaddock
f35a3551b0 Merge pull request #56 from NAThompson/patch-2
Remove finished TODO list entries
2017-02-27 18:12:02 +00:00
jzmaddock
b0b0810701 Update history and regenerate docs for 1.64. 2017-02-25 18:48:39 +00:00
Nick Thompson
fee20ab932 Given a function f, known at evenly spaced samples y_j = f(a + jh),
this function constructs an interpolant using compactly supported cubic b splines.
The advantage of using splines of compact support over traditional cubic splines
is that compact support makes the splines well-conditioned.

The interpolant is constructed in O(N) time and can be evaluated in constant time.
Its error is O(h^4), and obeys the interpolating condition s(x_j) = f(x_j) for all samples.
In addition, f' can be estimated from s', albeit with lower accuracy.

This routine is cppcheck clean, and is clean under AddressSanitizer and MemorySanitizer.
2017-02-23 18:21:06 -06:00
Nick
fa4dd6ff4c Remove finished TODO list entries
Removing Jacobi elliptic functions and cylindrical Bessel/Neumann derivatives from TODO list, as they have been completed.
2017-02-22 14:08:22 -06:00
jzmaddock
38eb9d3e38 Update docs for new Bessel K0 and K1 approximation code. 2017-01-24 18:35:54 +00:00
jzmaddock
cc8e300bae Update I0 and I1 to use better approximations from Pavel Holoborodko
See: http://www.advanpix.com/2015/11/11/rational-approximations-for-the-modified-bessel-function-of-the-first-kind-i0-computations-double-precision/
2017-01-18 18:56:27 +00:00
pabristow
ffb025ca2c First very rough prototype of Lambert W function, example of calculating diode current versus voltage, and some tests, including multiprecision and fixed_point types. Not yet using policies and trouble near the singularity at z=-exp(-1) and large z. 2016-12-22 18:30:27 +00:00
jzmaddock
d41bccefd0 Update documentation history. 2016-11-03 19:25:02 +00:00
jzmaddock
84eb174481 Update history. 2016-10-28 19:15:52 +01:00
Rene Rivera
021cebe8b8 Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
jzmaddock
242e9d6691 Fix version history typo. 2016-09-11 19:34:45 +01:00
jzmaddock
cc2cd9063c Fix typo in arcsine distribution docs.
Fixes: https://svn.boost.org/trac/boost/ticket/12407.
2016-08-27 19:00:35 +01:00
Jeremy W. Murphy
406e69e862 Add a paragraph to the docs about subresultant_gcd and gcd overload. 2016-08-25 23:19:11 +10:00
jzmaddock
a39d7fecaf Correct version history. 2016-08-25 10:15:59 +01:00
jzmaddock
e7f92a3d65 Fix typos in docs. 2016-08-20 09:52:46 +01:00
inkstink
dd6ac8f9da typos 2016-08-19 20:47:49 -04:00
inkstink
950d3990e4 fixed typos 2016-08-19 20:33:24 -04:00
pabristow
38fcf6bdb6 Yet more typos. 2016-08-12 16:22:00 +01:00
pabristow
84a626e000 Revision to Chap 3 overview section 2016-08-12 16:12:46 +01:00
pabristow
7786c7d5a8 Added Thomas Luu references 2016-08-09 16:05:20 +01:00
pabristow
b318bd4218 Add three missing .html files 2016-08-03 19:24:07 +01:00
pabristow
5e842b677d after merge, possibly wrong 2016-08-03 19:19:02 +01:00
pabristow
fe4dbc344a Additions to cstdfloat and float128 docs 2016-08-03 12:03:26 +01:00
jzmaddock
73b6c06819 Regenerate docs. 2016-07-27 17:54:11 +01:00
jzmaddock
48c65c4e18 Merge branch 'develop' of https://github.com/boostorg/math into develop 2016-07-27 17:40:27 +01:00
jzmaddock
f025cbac50 Correct SVGMath hyperlink. 2016-07-27 17:40:02 +01:00
Denis Kolodin
0796e45858 Fix a lognormal mode formula in the documentation 2016-07-18 07:54:23 +03:00
jzmaddock
475fd215f0 Update history. 2016-06-10 18:08:01 +01:00
jzmaddock
281e6d8bab Mark operator bool as explicit in docs. 2016-05-26 18:41:50 +01:00
jzmaddock
f8ee91a84b Merge pull request #39 from jeremy-murphy/polynomial_zero
operator bool() and set_zero(): test for zero and set to zero respectively.
2016-05-26 18:40:13 +01:00
Kolya Matteo
6510793122 There's no such file as relative_distance.hpp 2016-05-23 14:17:09 -04:00
Jeremy W. Murphy
9558b22b6c Update API documentation. 2016-05-15 21:07:15 +10:00
Kolya Matteo
5faad1baf8 Add polynomial pow function to docs 2016-05-11 16:18:42 -04:00
jzmaddock
bea587f3fd Merge branch 'gcd_n' of https://github.com/jeremy-murphy/math into develop
# Resolved Conflicts:
#	include/boost/math/common_factor_rt.hpp
#	test/test_gcd.cpp
2016-05-09 18:59:17 +01:00
Jeremy W. Murphy
9e3ba7072a Update Synopsis and Run-time determination sections of docs. 2016-05-08 22:06:39 +10:00
jzmaddock
11500b787b Merge branch 'polynomial_shift' of https://github.com/jeremy-murphy/math into gcd
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-04-06 17:58:21 +01:00
jzmaddock
01c2c0158f Regenerate docs with new performance results. 2016-03-29 08:02:27 +01:00
Jeremy W. Murphy
7969de6fae Add C++11 initializer_list constructor and assignment to polynomial class. 2016-01-31 19:04:37 +11:00
pabristow
bd9112ddd6 new html files 2015-12-14 16:14:17 +00:00
pabristow
7a7d3321fe Moved polystuff to tools, added JWM as author and numerous minor edits 2015-12-14 16:13:05 +00:00
pabristow
b2bd954faa Polish polynomial example. 2015-12-13 17:33:17 +00:00
jzmaddock
c36506f852 Merge pull request #17 from jeremy-murphy/polynomial_division
Polynomial division
2015-12-13 12:06:00 +00:00
jzmaddock
ee5dcd403a Update docs. 2015-12-11 17:59:28 +00:00
Jeremy W. Murphy
db07507a75 Minor doc change to parameter names. 2015-12-11 11:56:56 +11:00
Jeremy W. Murphy
f8d6220e4e More documentation updates and parameter name consistency. 2015-11-20 12:06:13 +11:00
Jeremy W. Murphy
e7df87d3c6 Minor update to documentation. 2015-11-20 11:58:17 +11:00
Jeremy W. Murphy
c92a89c6a6 Update documentation. 2015-11-17 10:15:42 +11:00
zerotypos-found
841d25a679 Fix typo in docs. 2015-11-10 12:08:26 +09:00
Jeremy W. Murphy
ec764814a0 Update class interface documentation. 2015-11-04 12:25:46 +11:00
pabristow
1a97d97538 update roadmap for triangular distribution bug Trac 11768 2015-10-30 10:16:51 +00:00
pabristow
57a71ba5f8 #11768: Skewness formula for triangular distribution corrected, tests added and docs updated. 2015-10-29 18:19:46 +00:00
jzmaddock
678d2e8383 Doc version update. 2015-10-15 10:39:36 +01:00
jzmaddock
3287c922ea Fix some corner cases in the beta functions.
Add better tests for the incomplete beta derivative.
Update docs to match.
2015-09-11 12:02:04 +01:00
jzmaddock
59a2bd5cb8 Remove the quaternion directory and move contents elsewhere. 2015-09-07 19:09:55 +01:00
jzmaddock
0f91c5aca0 Removed octonion sub-folder and moved contents elsewhere. 2015-09-07 18:57:03 +01:00
jzmaddock
5d0606445d Update history and regenerate docs. 2015-09-07 18:35:47 +01:00
jzmaddock
64b4100ff9 Document change to error handling when no exceptions are available. 2015-09-07 18:05:02 +01:00
jzmaddock
7172eb59bd Enable more terms in index. 2015-08-23 18:33:14 +01:00
jzmaddock
0639e9fb9b Finish integrating new performance results. 2015-08-21 18:26:15 +01:00
jzmaddock
1374585251 Fix typos in merged docs. 2015-08-21 13:54:09 +01:00
jzmaddock
2aeed55728 Fix table titles 2015-08-21 13:50:28 +01:00
jzmaddock
5c943b08a8 Fix PP logic, re-run tests. 2015-08-21 09:52:57 +01:00
jzmaddock
277dbd4f5c Add compiler comparison option. 2015-08-17 13:05:50 +01:00
jzmaddock
6a10ce9232 Add distribution example. 2015-08-14 18:07:59 +01:00
jzmaddock
69a0d0b632 Begin to integrate new performance code into the docs. 2015-08-13 19:32:28 +01:00
jzmaddock
6db20ce240 Add new tables to old docs. Tweak table formatting slightly. 2015-07-03 18:40:09 +01:00
pabristow
908bb7473d Re-proof-read new sections after merge rooting. 2015-06-03 17:54:06 +01:00
jzmaddock
64b7e244d0 Document Airy zeros implementation. 2015-05-28 11:32:05 +01:00
jzmaddock
a40c2d0401 Use airy_zeros.svg 2015-05-27 17:52:12 +01:00
jzmaddock
3bc8020b0d Add docs for airy zeros.
Implementation notes still need adding!
2015-05-26 19:37:43 +01:00
jzmaddock
f1c4d1ce82 Fix Paul's comments. 2015-05-26 17:17:16 +01:00
jzmaddock
69b2524d13 Document ulp function.
Improve tests, and fix issues that show up.
2015-05-25 08:47:34 +01:00
jzmaddock
cb752efcb3 Paul's doc corrections. 2015-05-25 08:46:48 +01:00
jzmaddock
73c27a1a6d Rewrite float-comparison docs to use new public interfaces. 2015-05-23 12:06:36 +01:00
jzmaddock
d59ea37297 Remove stray ",". 2015-05-18 19:04:17 +01:00
jzmaddock
74a42f98ea Fix various typos.
Change Schroeder to Schroder.
2015-05-18 18:23:47 +01:00
jzmaddock
7dd1fb6342 Build performance tables from Jamfile.
Improve table generation.
Update docs with GCC tables.
2015-05-14 13:27:50 +01:00
jzmaddock
3a56c27361 Fix spellings 2015-05-12 19:55:44 +01:00
jzmaddock
1edb3df4f8 Add section on bad initial guesses. 2015-05-12 19:33:41 +01:00
jzmaddock
4e9f375c38 Add examples of root finding gone wrong.
Also split into more sections for easier navigation.
2015-05-12 17:48:32 +01:00
jzmaddock
21da34bc24 Update elliptic times.
Now that we've merged develop with the improved elliptic algorithms.
2015-05-11 19:42:44 +01:00
jzmaddock
0b166f37ab Merge branch 'develop' into rooting 2015-05-11 19:08:00 +01:00
jzmaddock
f1b03a5742 More or less finish off elliptic root comparison. 2015-05-11 17:20:33 +01:00
jzmaddock
36d0b96347 Tidy up n'th root examples, add stub for elliptic examples. 2015-05-11 13:48:08 +01:00
jzmaddock
764738d596 Change root finding code to be better boiler-plated.
Re-run tests accordingly.
2015-05-10 10:06:08 +01:00
jzmaddock
ce3c5e5fbc Improve cbrt comparison code.
Tidy up docs.
Clean up unnecessary #includes
Improve file name handling.
Re run performance tests.
2015-05-09 18:32:40 +01:00
jzmaddock
61ad25cc63 Update revision history. 2015-05-05 13:31:02 +01:00
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
5c022355ac Fix a few minor SNUAFU's. 2015-04-30 11:09:11 +01:00
jzmaddock
be5b9c3d80 Reorganize docs a little with more sections.
Improve descriptions, and cross-reference between new sections.
2015-04-30 09:02:35 +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
jzmaddock
0bc8377595 Fix error in equation - see https://svn.boost.org/trac/boost/ticket/11136 2015-03-24 13:04:11 +00: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
4257aa91ff add html/math.css (but this might still get deleted when html/ needs clearing out, so should probably also have a copy elsewhere? 2015-03-12 14:50:15 +00:00
pabristow
3928cf1bb9 git rm --cached -- /html/*.html to get out git of all generated files except math.css 2015-03-12 14:42:54 +00:00
pabristow
1f0552daea merged develop into rooting and rebuilt html 2015-03-12 12:31:01 +00:00
pabristow
5638fe9be2 Re-structured to separate into tools (rooting and minimization) and internals, and links revised to suit. 2015-03-05 15:25:19 +00:00
pabristow
7a74c3728f New example and .qbk 2015-03-05 10:25:19 +00:00
pabristow
808471fba4 Adding two graph files for brent example (just to check can commit and push OK. 2015-03-04 17:01:01 +00:00
jzmaddock
5d27fba5b3 Regenerate SVG's slightly larger.
Update history and regenerate docs.
2015-02-23 18:43:53 +00:00
jzmaddock
df00c8b8a1 Update history, fix some typos, and regenerate docs to include new elliptic integrals. 2015-02-20 13:46:30 +00:00
jzmaddock
ec7a31e982 Merge branch 'carlson' into develop 2015-02-20 13:30:24 +00:00
jzmaddock
12b748fc3c Document the new Elliptic Integral Functions. 2015-02-20 13:29:41 +00:00
jzmaddock
5c2aced339 Update history and regenerate docs. 2015-02-17 13:19:19 +00:00
jzmaddock
bf3f5528eb Merge branch 'carlson' into develop 2015-02-17 13:08:21 +00:00
jzmaddock
d8aa437cec Update History and TODO list. 2015-02-14 18:26:42 +00:00
jzmaddock
b358c793d5 [Carlson Elliptic Integrals] Add doc for RG. 2015-01-08 18:15:18 +00:00
jzmaddock
a6806fb359 Update history. 2015-01-05 19:10:38 +00:00
jzmaddock
c3d59efe86 Change section title to make clear that these are internal details. 2014-12-16 18:14:52 +00:00
jzmaddock
b4c7debedd Update headings and regenerate, add missing file too. 2014-12-16 12:14:37 +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
pabristow
4ae5adbae7 Trivial change to new branch for improvements to root finding documentation. 2014-12-10 11:51:55 +00:00
pabristow
c74c67be42 Rebuilt html docs to include arcsine distribution (and existing polygamma etc). 2014-12-09 11:49:05 +00:00
pabristow
ee8d6338fc Merge branch 'develop' into arcsine_dist
Conflicts:
	doc/html/backgrounders.html
	doc/html/constants.html
	doc/html/cstdfloat.html
	doc/html/dist.html
	doc/html/extern_c.html
	doc/html/gcd_lcm.html
	doc/html/index.html
	doc/html/indexes.html
	doc/html/indexes/s01.html
	doc/html/indexes/s02.html
	doc/html/indexes/s03.html
	doc/html/indexes/s04.html
	doc/html/indexes/s05.html
	doc/html/inverse_complex.html
	doc/html/math_toolkit/acknowledgement.html
	doc/html/math_toolkit/acknowledgements.html
	doc/html/math_toolkit/acos.html
	doc/html/math_toolkit/acosh.html
	doc/html/math_toolkit/airy.html
	doc/html/math_toolkit/airy/ai.html
	doc/html/math_toolkit/airy/aip.html
	doc/html/math_toolkit/airy/bi.html
	doc/html/math_toolkit/airy/bip.html
	doc/html/math_toolkit/archetypes.html
	doc/html/math_toolkit/asin.html
	doc/html/math_toolkit/asinh.html
	doc/html/math_toolkit/atan.html
	doc/html/math_toolkit/atanh.html
	doc/html/math_toolkit/bessel.html
	doc/html/math_toolkit/bessel/bessel_derivatives.html
	doc/html/math_toolkit/bessel/bessel_first.html
	doc/html/math_toolkit/bessel/bessel_over.html
	doc/html/math_toolkit/bessel/bessel_root.html
	doc/html/math_toolkit/bessel/mbessel.html
	doc/html/math_toolkit/bessel/sph_bessel.html
	doc/html/math_toolkit/building.html
	doc/html/math_toolkit/c99.html
	doc/html/math_toolkit/comp_compilers.html
	doc/html/math_toolkit/comparisons.html
	doc/html/math_toolkit/compile_time.html
	doc/html/math_toolkit/compilers_overview.html
	doc/html/math_toolkit/complex_history.html
	doc/html/math_toolkit/complex_implementation.html
	doc/html/math_toolkit/concepts.html
	doc/html/math_toolkit/config_macros.html
	doc/html/math_toolkit/constants.html
	doc/html/math_toolkit/constants_faq.html
	doc/html/math_toolkit/constants_intro.html
	doc/html/math_toolkit/contact.html
	doc/html/math_toolkit/conventions.html
	doc/html/math_toolkit/create.html
	doc/html/math_toolkit/credits.html
	doc/html/math_toolkit/demo.html
	doc/html/math_toolkit/directories.html
	doc/html/math_toolkit/dist_concept.html
	doc/html/math_toolkit/dist_ref.html
	doc/html/math_toolkit/dist_ref/dist_algorithms.html
	doc/html/math_toolkit/dist_ref/dists.html
	doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html
	doc/html/math_toolkit/dist_ref/dists/beta_dist.html
	doc/html/math_toolkit/dist_ref/dists/binomial_dist.html
	doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html
	doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html
	doc/html/math_toolkit/dist_ref/dists/exp_dist.html
	doc/html/math_toolkit/dist_ref/dists/extreme_dist.html
	doc/html/math_toolkit/dist_ref/dists/f_dist.html
	doc/html/math_toolkit/dist_ref/dists/gamma_dist.html
	doc/html/math_toolkit/dist_ref/dists/geometric_dist.html
	doc/html/math_toolkit/dist_ref/dists/hyperexponential_dist.html
	doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html
	doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html
	doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html
	doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html
	doc/html/math_toolkit/dist_ref/dists/laplace_dist.html
	doc/html/math_toolkit/dist_ref/dists/logistic_dist.html
	doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html
	doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html
	doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html
	doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html
	doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html
	doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html
	doc/html/math_toolkit/dist_ref/dists/normal_dist.html
	doc/html/math_toolkit/dist_ref/dists/pareto.html
	doc/html/math_toolkit/dist_ref/dists/poisson_dist.html
	doc/html/math_toolkit/dist_ref/dists/rayleigh.html
	doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html
	doc/html/math_toolkit/dist_ref/dists/students_t_dist.html
	doc/html/math_toolkit/dist_ref/dists/triangular_dist.html
	doc/html/math_toolkit/dist_ref/dists/uniform_dist.html
	doc/html/math_toolkit/dist_ref/dists/weibull_dist.html
	doc/html/math_toolkit/dist_ref/nmp.html
	doc/html/math_toolkit/ellint.html
	doc/html/math_toolkit/ellint/ellint_1.html
	doc/html/math_toolkit/ellint/ellint_2.html
	doc/html/math_toolkit/ellint/ellint_3.html
	doc/html/math_toolkit/ellint/ellint_carlson.html
	doc/html/math_toolkit/ellint/ellint_intro.html
	doc/html/math_toolkit/error_handling.html
	doc/html/math_toolkit/exact_typdefs.html
	doc/html/math_toolkit/examples.html
	doc/html/math_toolkit/exp.html
	doc/html/math_toolkit/expint.html
	doc/html/math_toolkit/expint/expint_i.html
	doc/html/math_toolkit/expint/expint_n.html
	doc/html/math_toolkit/factorials.html
	doc/html/math_toolkit/factorials/sf_binomial.html
	doc/html/math_toolkit/factorials/sf_double_factorial.html
	doc/html/math_toolkit/factorials/sf_factorial.html
	doc/html/math_toolkit/factorials/sf_falling_factorial.html
	doc/html/math_toolkit/factorials/sf_rising_factorial.html
	doc/html/math_toolkit/fastest_typdefs.html
	doc/html/math_toolkit/float128.html
	doc/html/math_toolkit/float128/exp_function.html
	doc/html/math_toolkit/float128/overloading_template_functions_w.html
	doc/html/math_toolkit/float128/typeinfo.html
	doc/html/math_toolkit/fp_facets.html
	doc/html/math_toolkit/fp_facets/examples.html
	doc/html/math_toolkit/fp_facets/facets_intro.html
	doc/html/math_toolkit/fp_facets/portability.html
	doc/html/math_toolkit/fp_facets/rationale.html
	doc/html/math_toolkit/fp_facets/reference.html
	doc/html/math_toolkit/fpclass.html
	doc/html/math_toolkit/future.html
	doc/html/math_toolkit/gcd_credits.html
	doc/html/math_toolkit/gcd_function_object.html
	doc/html/math_toolkit/gcd_header.html
	doc/html/math_toolkit/gcd_history.html
	doc/html/math_toolkit/getting_best.html
	doc/html/math_toolkit/greatest_typdefs.html
	doc/html/math_toolkit/hankel.html
	doc/html/math_toolkit/hankel/cyl_hankel.html
	doc/html/math_toolkit/hankel/sph_hankel.html
	doc/html/math_toolkit/high_precision.html
	doc/html/math_toolkit/high_precision/e_float.html
	doc/html/math_toolkit/high_precision/float128.html
	doc/html/math_toolkit/high_precision/use_mpfr.html
	doc/html/math_toolkit/high_precision/use_multiprecision.html
	doc/html/math_toolkit/high_precision/use_ntl.html
	doc/html/math_toolkit/high_precision/using_test.html
	doc/html/math_toolkit/high_precision/why_high_precision.html
	doc/html/math_toolkit/hints.html
	doc/html/math_toolkit/history1.html
	doc/html/math_toolkit/history2.html
	doc/html/math_toolkit/internals1.html
	doc/html/math_toolkit/internals1/cf.html
	doc/html/math_toolkit/internals1/minima.html
	doc/html/math_toolkit/internals1/rational.html
	doc/html/math_toolkit/internals1/roots.html
	doc/html/math_toolkit/internals1/roots2.html
	doc/html/math_toolkit/internals1/series_evaluation.html
	doc/html/math_toolkit/internals1/tuples.html
	doc/html/math_toolkit/internals2.html
	doc/html/math_toolkit/internals2/error_test.html
	doc/html/math_toolkit/internals2/minimax.html
	doc/html/math_toolkit/internals2/polynomials.html
	doc/html/math_toolkit/internals2/test_data.html
	doc/html/math_toolkit/internals_overview.html
	doc/html/math_toolkit/interp.html
	doc/html/math_toolkit/intro_pol_overview.html
	doc/html/math_toolkit/introduction.html
	doc/html/math_toolkit/inv_hyper.html
	doc/html/math_toolkit/inv_hyper/acosh.html
	doc/html/math_toolkit/inv_hyper/asinh.html
	doc/html/math_toolkit/inv_hyper/atanh.html
	doc/html/math_toolkit/inv_hyper/inv_hyper_over.html
	doc/html/math_toolkit/issues.html
	doc/html/math_toolkit/jacobi.html
	doc/html/math_toolkit/jacobi/jac_over.html
	doc/html/math_toolkit/jacobi/jacobi_cd.html
	doc/html/math_toolkit/jacobi/jacobi_cn.html
	doc/html/math_toolkit/jacobi/jacobi_cs.html
	doc/html/math_toolkit/jacobi/jacobi_dc.html
	doc/html/math_toolkit/jacobi/jacobi_dn.html
	doc/html/math_toolkit/jacobi/jacobi_ds.html
	doc/html/math_toolkit/jacobi/jacobi_elliptic.html
	doc/html/math_toolkit/jacobi/jacobi_nc.html
	doc/html/math_toolkit/jacobi/jacobi_nd.html
	doc/html/math_toolkit/jacobi/jacobi_ns.html
	doc/html/math_toolkit/jacobi/jacobi_sc.html
	doc/html/math_toolkit/jacobi/jacobi_sd.html
	doc/html/math_toolkit/jacobi/jacobi_sn.html
	doc/html/math_toolkit/lanczos.html
	doc/html/math_toolkit/lcm_function_object.html
	doc/html/math_toolkit/macros.html
	doc/html/math_toolkit/main_faq.html
	doc/html/math_toolkit/main_intro.html
	doc/html/math_toolkit/main_tr1.html
	doc/html/math_toolkit/mem_typedef.html
	doc/html/math_toolkit/minimum_typdefs.html
	doc/html/math_toolkit/namespaces.html
	doc/html/math_toolkit/navigation.html
	doc/html/math_toolkit/new_const.html
	doc/html/math_toolkit/next_float.html
	doc/html/math_toolkit/next_float/float_advance.html
	doc/html/math_toolkit/next_float/float_distance.html
	doc/html/math_toolkit/next_float/float_next.html
	doc/html/math_toolkit/next_float/float_prior.html
	doc/html/math_toolkit/next_float/nextafter.html
	doc/html/math_toolkit/number_series.html
	doc/html/math_toolkit/number_series/bernoulli_numbers.html
	doc/html/math_toolkit/number_series/primes.html
	doc/html/math_toolkit/number_series/tangent_numbers.html
	doc/html/math_toolkit/oct_create.html
	doc/html/math_toolkit/oct_header.html
	doc/html/math_toolkit/oct_history.html
	doc/html/math_toolkit/oct_mem_fun.html
	doc/html/math_toolkit/oct_non_mem.html
	doc/html/math_toolkit/oct_overview.html
	doc/html/math_toolkit/oct_specialization.html
	doc/html/math_toolkit/oct_synopsis.html
	doc/html/math_toolkit/oct_tests.html
	doc/html/math_toolkit/oct_todo.html
	doc/html/math_toolkit/oct_trans.html
	doc/html/math_toolkit/oct_typedefs.html
	doc/html/math_toolkit/oct_value_ops.html
	doc/html/math_toolkit/octonion.html
	doc/html/math_toolkit/overview.html
	doc/html/math_toolkit/overview_tr1.html
	doc/html/math_toolkit/owens_t.html
	doc/html/math_toolkit/perf_over1.html
	doc/html/math_toolkit/perf_over2.html
	doc/html/math_toolkit/perf_test_app.html
	doc/html/math_toolkit/pol_overview.html
	doc/html/math_toolkit/pol_ref.html
	doc/html/math_toolkit/pol_ref/assert_undefined.html
	doc/html/math_toolkit/pol_ref/discrete_quant_ref.html
	doc/html/math_toolkit/pol_ref/error_handling_policies.html
	doc/html/math_toolkit/pol_ref/internal_promotion.html
	doc/html/math_toolkit/pol_ref/iteration_pol.html
	doc/html/math_toolkit/pol_ref/namespace_pol.html
	doc/html/math_toolkit/pol_ref/pol_ref_ref.html
	doc/html/math_toolkit/pol_ref/policy_defaults.html
	doc/html/math_toolkit/pol_ref/precision_pol.html
	doc/html/math_toolkit/pol_tutorial.html
	doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html
	doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html
	doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html
	doc/html/math_toolkit/pol_tutorial/namespace_policies.html
	doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html
	doc/html/math_toolkit/pol_tutorial/policy_usage.html
	doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html
	doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html
	doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html
	doc/html/math_toolkit/powers.html
	doc/html/math_toolkit/powers/cbrt.html
	doc/html/math_toolkit/powers/cos_pi.html
	doc/html/math_toolkit/powers/ct_pow.html
	doc/html/math_toolkit/powers/expm1.html
	doc/html/math_toolkit/powers/hypot.html
	doc/html/math_toolkit/powers/log1p.html
	doc/html/math_toolkit/powers/powm1.html
	doc/html/math_toolkit/powers/sin_pi.html
	doc/html/math_toolkit/powers/sqrt1pm1.html
	doc/html/math_toolkit/quat.html
	doc/html/math_toolkit/quat_header.html
	doc/html/math_toolkit/quat_history.html
	doc/html/math_toolkit/quat_mem_fun.html
	doc/html/math_toolkit/quat_non_mem.html
	doc/html/math_toolkit/quat_overview.html
	doc/html/math_toolkit/quat_synopsis.html
	doc/html/math_toolkit/quat_tests.html
	doc/html/math_toolkit/quat_todo.html
	doc/html/math_toolkit/rationale.html
	doc/html/math_toolkit/rationale0.html
	doc/html/math_toolkit/refs.html
	doc/html/math_toolkit/relative_error.html
	doc/html/math_toolkit/remez.html
	doc/html/math_toolkit/result_type.html
	doc/html/math_toolkit/rounding.html
	doc/html/math_toolkit/rounding/modf.html
	doc/html/math_toolkit/rounding/round.html
	doc/html/math_toolkit/rounding/trunc.html
	doc/html/math_toolkit/run_time.html
	doc/html/math_toolkit/sf_beta.html
	doc/html/math_toolkit/sf_beta/beta_derivative.html
	doc/html/math_toolkit/sf_beta/beta_function.html
	doc/html/math_toolkit/sf_beta/ibeta_function.html
	doc/html/math_toolkit/sf_beta/ibeta_inv_function.html
	doc/html/math_toolkit/sf_erf.html
	doc/html/math_toolkit/sf_erf/error_function.html
	doc/html/math_toolkit/sf_erf/error_inv.html
	doc/html/math_toolkit/sf_gamma.html
	doc/html/math_toolkit/sf_gamma/digamma.html
	doc/html/math_toolkit/sf_gamma/gamma_derivatives.html
	doc/html/math_toolkit/sf_gamma/gamma_ratios.html
	doc/html/math_toolkit/sf_gamma/igamma.html
	doc/html/math_toolkit/sf_gamma/igamma_inv.html
	doc/html/math_toolkit/sf_gamma/lgamma.html
	doc/html/math_toolkit/sf_gamma/tgamma.html
	doc/html/math_toolkit/sf_implementation.html
	doc/html/math_toolkit/sf_poly.html
	doc/html/math_toolkit/sf_poly/hermite.html
	doc/html/math_toolkit/sf_poly/laguerre.html
	doc/html/math_toolkit/sf_poly/legendre.html
	doc/html/math_toolkit/sf_poly/sph_harm.html
	doc/html/math_toolkit/sign_functions.html
	doc/html/math_toolkit/sinc.html
	doc/html/math_toolkit/sinc/sinc_overview.html
	doc/html/math_toolkit/sinc/sinc_pi.html
	doc/html/math_toolkit/sinc/sinhc_pi.html
	doc/html/math_toolkit/spec.html
	doc/html/math_toolkit/special_tut.html
	doc/html/math_toolkit/special_tut/special_tut_impl.html
	doc/html/math_toolkit/special_tut/special_tut_test.html
	doc/html/math_toolkit/stat_tut.html
	doc/html/math_toolkit/stat_tut/dist_params.html
	doc/html/math_toolkit/stat_tut/overview.html
	doc/html/math_toolkit/stat_tut/overview/complements.html
	doc/html/math_toolkit/stat_tut/overview/generic.html
	doc/html/math_toolkit/stat_tut/overview/headers.html
	doc/html/math_toolkit/stat_tut/overview/objects.html
	doc/html/math_toolkit/stat_tut/overview/parameters.html
	doc/html/math_toolkit/stat_tut/overview/summary.html
	doc/html/math_toolkit/stat_tut/variates.html
	doc/html/math_toolkit/stat_tut/weg.html
	doc/html/math_toolkit/stat_tut/weg/binom_eg.html
	doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html
	doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html
	doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html
	doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html
	doc/html/math_toolkit/stat_tut/weg/c_sharp.html
	doc/html/math_toolkit/stat_tut/weg/cs_eg.html
	doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html
	doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html
	doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html
	doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html
	doc/html/math_toolkit/stat_tut/weg/error_eg.html
	doc/html/math_toolkit/stat_tut/weg/f_eg.html
	doc/html/math_toolkit/stat_tut/weg/find_eg.html
	doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html
	doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html
	doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html
	doc/html/math_toolkit/stat_tut/weg/geometric_eg.html
	doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html
	doc/html/math_toolkit/stat_tut/weg/nag_library.html
	doc/html/math_toolkit/stat_tut/weg/nccs_eg.html
	doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html
	doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html
	doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html
	doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html
	doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html
	doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html
	doc/html/math_toolkit/stat_tut/weg/normal_example.html
	doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html
	doc/html/math_toolkit/stat_tut/weg/st_eg.html
	doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html
	doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html
	doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html
	doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html
	doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html
	doc/html/math_toolkit/synopsis.html
	doc/html/math_toolkit/threads.html
	doc/html/math_toolkit/tr1_ref.html
	doc/html/math_toolkit/trans.html
	doc/html/math_toolkit/tuning.html
	doc/html/math_toolkit/tutorial.html
	doc/html/math_toolkit/tutorial/non_templ.html
	doc/html/math_toolkit/tutorial/templ.html
	doc/html/math_toolkit/tutorial/user_def.html
	doc/html/math_toolkit/value_op.html
	doc/html/math_toolkit/zetas.html
	doc/html/math_toolkit/zetas/zeta.html
	doc/html/octonions.html
	doc/html/overview.html
	doc/html/perf.html
	doc/html/policy.html
	doc/html/quaternions.html
	doc/html/special.html
	doc/html/status.html
	doc/html/toolkit.html
	doc/html/using_udt.html
	doc/html/utils.html
2014-12-08 12:45:58 +00:00
jzmaddock
884bff2208 [polygamma] Add to release notes, update credits too. 2014-11-29 17:24:57 +00:00
pabristow
f9b2addcdc Improved docs and tests and graphs. 2014-11-27 16:44:42 +00:00
jzmaddock
0ca4e3a8da [polygamma] doc regen. 2014-11-26 18:39:44 +00:00
jzmaddock
e21bca611f [polygamma] Remove series acceleration from polygamma_nearzero as it appears to make no real difference to the number of terms required. 2014-11-26 17:42:30 +00:00
jzmaddock
5ed8dc55a8 [Documentation] Apply patches from https://svn.boost.org/trac/boost/ticket/10816 2014-11-25 17:07:45 +00:00
jzmaddock
a2863fb100 Merge branch 'bernoulli-tgamma' into develop
Conflicts fixed by regenerating docs:
	doc/html/index.html
	doc/html/indexes/s01.html
	doc/html/indexes/s02.html
	doc/html/indexes/s03.html
	doc/html/indexes/s04.html
	doc/html/indexes/s05.html
	doc/html/math_toolkit/conventions.html
	doc/html/math_toolkit/navigation.html
2014-11-23 18:41:51 +00:00
jzmaddock
a663232f38 [polygamma] Add two special cases for x = 1 and x = 0.5. 2014-11-22 18:37:31 +00:00
jzmaddock
ea950fbd27 Synch docs to code. 2014-11-20 10:41:26 +00:00
jzmaddock
26f063eca4 Fix accuracy issue in cos_pi.
Add tests for cos_pi and sin_pi.
Doc regen.
2014-11-16 17:18:17 +00:00
jzmaddock
23081c32f4 [polygamma] Update negative arg behavior. 2014-11-14 12:46:46 +00:00
jzmaddock
04207ee430 Fix some typos. 2014-11-09 18:22:21 +00:00
jzmaddock
8147bb92d8 [Polygamma] Add equations and graphs. 2014-11-08 19:08:00 +00:00
jzmaddock
1beedd6487 [polygamma] Initial docs. 2014-11-08 11:50:48 +00:00
jzmaddock
14f6e4fadc Fix typo in doc version, regenerate docs. 2014-10-30 11:34:41 +00:00
pabristow
0a932fa52b Expanded tests from double, but errors - see email 27 Oct14 2014-10-27 15:51:54 +00:00
pabristow
c4c36c2c86 Added graphs (dist_graphs would not handle arcsine) 2014-10-20 14:37:21 +01:00
pabristow
716e7eff75 First draft of working docs. Need more tests. 2014-10-20 14:36:03 +01:00
jzmaddock
eb2525b516 Merge branch 'develop' into bernoulli-tgamma
Conflicts:
	doc/equations/bernoulli_numbers2.mml
	doc/equations/bernoulli_numbers2.png
	doc/equations/bernoulli_numbers2.svg
	doc/equations/generate.sh
	doc/equations/tangent_numbers.png
	doc/equations/tangent_numbers.svg
	doc/math.qbk
	include/boost/cstdfloat.hpp
	include/boost/math/policies/error_handling.hpp
	include/boost/math/special_functions/detail/bernoulli_details.hpp
2014-10-18 17:49:49 +01:00
jzmaddock
f1a4201589 Minor doc editing.
Update history.
Regen docs.
2014-10-05 09:13:26 +01:00
pabristow
7d303aaab0 Initial rough drafts of arcsine (only committed so can pick up better diagnostics in error_handling from inf_dist branch) 2014-10-03 10:12:05 +01:00
pabristow
d0a3f8326b Attempt to correct graph failure for arcsine(-1, 1) where no mode and lower support negative means the 1% margin was added so -1.01 instead of subtracted to -0.99. 2014-10-03 09:58:16 +01:00
pabristow
91734c66e3 Many cosmetic edits to hyperexponential 2014-09-25 16:40:15 +01:00
jzmaddock
4909e5c02f Merge branch 'feature/hyperexponential_dist' of https://github.com/sguazt/math into develop 2014-09-09 17:44:21 +01:00
sguazt
1df97b244e [distributions] Hyper-Exponential: fixed another typo. 2014-09-09 18:43:31 +02:00
sguazt
f209b93ba8 [distributions] Hyper-Exponential: fixed a copy-and-paste typo in the doc. 2014-09-09 18:28:17 +02:00
jzmaddock
17e4f40fce Revert "[distributions] Hyper-Exponential: changed return type of 'probabilities' and 'rates' from 'vector<...>' to 'vector<...> const\&' to allow users to do things like this: 'std::copy(he.probabilities().begin(), he.probabilities().end(), std::ostream_iterator<double>(std::cout, " "));'."
This reverts commit a8efc9a637.
2014-09-08 18:10:53 +01:00
jzmaddock
90001d9c06 Doc rebuild. 2014-09-08 18:09:50 +01:00
sguazt
2ded2d0822 [distributions] Hyper-Exponential: added two more graphs (one with different probs and same rates, and another one with different number of phases but same mean). 2014-09-07 18:42:25 +02:00
sguazt
0396d72311 [distributions] Hyper-Exponential: added two more graphs (one with different probs and same rates, and another one with different number of phases but same mean). 2014-09-07 18:41:56 +02:00
sguazt
cbbab041aa [distributions] Hyper-Exponential: output of Wolski's example changed to a floating-point precision of 2 (obtained with 'std::cout.precision(2)'). 2014-09-07 11:29:31 +02:00
sguazt
72a2217b6d [distributions] Hyper-Exponential: added a note to clarify that the probabilities return by method 'probabilities' are normalized. 2014-09-07 10:46:05 +02:00
sguazt
a8efc9a637 [distributions] Hyper-Exponential: changed return type of 'probabilities' and 'rates' from 'vector<...>' to 'vector<...> const\&' to allow users to do things like this: 'std::copy(he.probabilities().begin(), he.probabilities().end(), std::ostream_iterator<double>(std::cout, " "));'. 2014-09-07 10:29:09 +02:00
sguazt
0e37387689 [distributions] Hyper-Exponential: removed discussion on accuracy issues in MATLAB/Octave since the two programs gives correct results (during the test I wrongly passed rates instead of means to the exponential distributions). 2014-09-02 22:31:08 +02:00
jzmaddock
671cd12ee4 Regen docs from Marco's changes. 2014-09-02 18:26:16 +01:00
sguazt
e22fc7d1d1 [distributions] Hyper-Exponential: solved an issue with Quickbook's itemized lists. 2014-09-02 10:23:15 +02:00
sguazt
78560da5a0 [distributions] Hyper-Exponential: added a note for the different results between (Wolski et al.,2013) and ours implementation. Also, improved discussion on possible accuracy issues with MATLAB/Octave. 2014-09-02 09:55:29 +02:00
sguazt
3c596733f8 [distributions] Hyper-Exponential: added example and doc from (Wolski et al.,2013) paper. 2014-09-01 23:49:32 +02:00
sguazt
99854c724f [distributions] Hyper-Exponential: removed 'ArgT' type requirements for constructors taking 'std::initializer_list' as argument since no more used. Also fixed a typo: 'RealTypr' -> 'RealType'. 2014-09-01 21:31:39 +02:00
jzmaddock
553ee67631 Change the header levels. 2014-09-01 19:47:51 +01:00
jzmaddock
f8e0a5524d Move code snippets into separate cpp file. 2014-09-01 19:18:12 +01:00
jzmaddock
4a6cbc1135 Initializer-list constructors don't need to be templates - indeed it is better if they're not. 2014-09-01 18:14:35 +01:00
jzmaddock
4cf89d8d03 Remove implementation details from docs.
Add some construction examples.
2014-09-01 17:48:55 +01:00
jzmaddock
aba44eb4a5 Doc update 2014-09-01 12:15:43 +01:00
sguazt
13f360d0be [distributions] Hyper-exponential: expanded 'Applications' section, added 'Examples' section, and updated synopsys and reference with new constructors. 2014-08-31 23:24:08 +02:00
jzmaddock
9cdbebb629 Regenerate SVG and PNG files to our spec. 2014-08-29 18:50:51 +01:00
jzmaddock
41a20980fa Update docs. 2014-08-26 19:04:18 +01:00
sguazt
a8ac5aab96 [distributions] Hyper-Exponential: finalized doc. 2014-08-26 17:07:24 +02:00
sguazt
025046f307 [distributions] Hyper-exponential: preliminary version of documentation (still incomplete). 2014-08-22 18:31:10 +02:00
jzmaddock
74dd2d0485 Update history. 2014-06-15 13:07:10 +01:00
jzmaddock
d658ccd043 Fix doc typo and regenerate 2014-06-12 18:52:03 +01:00
jzmaddock
ee8edd4c33 Fix up functions that were returning tools::max_value to call overflow_error instead.
See https://svn.boost.org/trac/boost/ticket/10111.
2014-06-12 13:50:30 +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
jzmaddock
ab6cc524dd Fix Halley iteration to work when derivative is zero, even though the second derivative is not, see https://svn.boost.org/trac/boost/ticket/10046. 2014-05-25 15:35:08 +01:00
jzmaddock
e6996e1188 Fix round and trunc functions to work with integer arguments, see https://svn.boost.org/trac/boost/ticket/10066. 2014-05-24 09:47:21 +01:00
jzmaddock
aaa405bad2 Regenerate docs. 2014-04-06 13:17:04 +01:00
jzmaddock
0c01f682eb Fix some corner cases in negative_binomial_distribution, see https://svn.boost.org/trac/boost/ticket/9834 2014-04-06 11:59:10 +01:00
jzmaddock
a67f4d16cb Regenerated docs. 2014-03-19 13:46:54 +00:00
jzmaddock
6bddb5be85 Merge branch 'cstdfloat' into develop
Conflicts:
	doc/overview/roadmap.qbk
	example/cstdfloat_example.cpp
	include/boost/cstdfloat.hpp
	test/test_gamma.cpp
	test/test_gamma.hpp
2014-03-19 13:38:42 +00:00
jzmaddock
c9110caf63 Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
Conflicts:
	doc/overview/roadmap.qbk
2014-03-18 18:16:16 +00:00
jzmaddock
e4662ae0e4 Doc update. 2014-03-18 18:12:34 +00:00
pabristow
337d001efd Note on Trac #9712 2014-03-18 09:50:40 +00:00
jzmaddock
296173dbe2 Some mostly cosmetic changes to the cstdfloat docs. 2014-03-17 16:58:58 +00:00
jzmaddock
a5d67ef99e Some mostly cosmetic changes to the cstdfloat docs. 2014-03-17 09:03:16 +00:00
pabristow
e1b4cfe8b6 New examples using cstdfloat 2014-03-16 12:58:10 +00:00
jzmaddock
80894e9025 Fix errors in corner cases of rising/falling factorials and gamma ratios raised by Rocco Romeo. 2014-03-13 16:30:10 +00:00
pabristow
2aab77ed77 Added an index.html redirection file for cstdfloat standalone docs. 2014-03-06 15:26:31 +00:00
pabristow
ca8b3a7c6c Added html folder for cstdfloat standalone docs. 2014-03-06 15:23:34 +00:00
pabristow
7d65ba574e cstdfloat standalone docs build files 2014-03-06 15:17:08 +00:00
PABristow
2152f12f0b Trac #9672 moved to 1.9.0 instead of 1.10.0. 2014-02-19 09:24:54 +00:00
PABristow
c7a757df60 Changes from Laplace X now can be infinite. 2014-02-19 09:23:50 +00:00
PABristow
a6871cd686 update trac #9672 2014-02-18 17:37:30 +00:00
jzmaddock
43f0f18591 Fix spurious overflows in tgamma/lgamma. Update tests to verify.
Thanks to Rocco Romeo for these.
2014-02-13 09:42:46 +00:00
jzmaddock
11e1a4e7cd Add Jamfile to automatically create png's from svg's. 2014-02-01 11:45:20 +00:00
jzmaddock
27e6693e1a Fix multi-line equations to line up the equals signs, then regenerate the png and svg files. 2014-01-27 19:22:28 +00:00
PABristow
c6e1ca9ba6 Merge branch 'develop' of https://github.com/boostorg/math into develop 2014-01-23 18:05:39 +00:00
PABristow
48722a5e42 Reverted all html 2014-01-23 18:05:25 +00:00
PABristow
f7ee626d16 more edits to cstdfloat.qbk 2014-01-23 18:02:14 +00:00
jzmaddock
bb8b26e91b Update history, add Anton to the author list (and put the author list back into alphabetical by surname order), regenerate docs. 2014-01-23 17:38:48 +00:00
jzmaddock
9baf90f56a Merge branch 'bessel-derivatives' into develop 2014-01-23 16:55:55 +00:00
jzmaddock
7613d0dd45 Rename Bessel derivatives to primes. 2014-01-21 19:08:14 +00:00
Paul Bristow
0abc74e1d5 Reorganised to allow generation of standalone pdf for cstdfloat.pdf 2014-01-21 17:33:59 +00:00
jzmaddock
72c4a0e0f9 Fix equations based on Anton's comments. 2014-01-21 17:03:06 +00:00
jzmaddock
570cda5e88 Add first rough cut of Bessel derivative docs. 2014-01-20 17:43:16 +00:00
Paul Bristow
8384abd3a3 Add qbk and jamfile for cstddef docs. 2014-01-20 17:17:40 +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
f73aa5baa8 Cascade modified stylesheet and change it's name so it doesn't get overwritten again! 2014-01-14 19:10:55 +00:00
jzmaddock
991dc9ef78 Fix typos spotted by Chris. 2014-01-14 11:08:52 +00:00
jzmaddock
341a6a386b Update tgamma/lgamma docs to reflect new Bernoulli-based implementation.
Regenerate docs.
2014-01-13 18:25:21 +00:00
jzmaddock
7f23841865 Reinstate some customizations that had got lost along the way. 2014-01-13 17:59:05 +00:00
jzmaddock
e77a8ac2b2 Add back missing file. 2014-01-12 18:29:45 +00:00
jzmaddock
f9e211eca5 Add generated docs. 2014-01-12 18:24:22 +00:00
jzmaddock
b2d6215e75 Remove html in preparation for regeneration of new docs. 2014-01-12 18:14:38 +00:00
jzmaddock
f8a1b50988 Add prime numbers to docs.
Moved the doc structure around a bit.
2014-01-12 18:13:40 +00:00
jzmaddock
640d57f44b Update tangent numbers docs and add a couple of equations.
Update equation script to handle input from OpenOffice 4.
2014-01-12 10:07:55 +00:00
Christopher Kormanyos
839f605a3f Manual merge of changes from bernoulli-numbers branch to bernoulli-tgamma branch. 2014-01-11 21:38:25 +01:00
jzmaddock
d65d281de1 Fix some issues in bernoulli docs. 2014-01-11 18:59:14 +00:00
Christopher Kormanyos
caf895fd23 Manual merge from bernoulli-numbers branch to bernoulli-tgamma branch. 2014-01-10 20:25:15 +01:00
Paul Bristow
56b4ae4425 First revision to docs. 2014-01-10 18:12:06 +00:00
Paul Bristow
e5e1d28225 Added links for bernoulli_numbers 2014-01-09 17:26:54 +00:00
Paul Bristow
7e4f19ee88 added bernoulli_numbers.qbk but doesn't seem to versioned??? 2014-01-07 17:28:17 +00:00
Paul Bristow
8926c39e20 Corrected link in common_overviews.qbk 2014-01-07 17:26:51 +00:00
Paul Bristow
e8b0f63e62 Equations for bernoulli numbers added. 2014-01-07 14:54:55 +00:00
Paul Bristow
7c2479b705 Added bernoullli number .qbk
Also need equations, bernoulli number header files in /boost
2014-01-07 14:53:54 +00:00
jzmaddock
bcc6e5f80c Trivial fix to get docs building with latest quickbook. 2014-01-04 18:15:34 +00:00
jzmaddock
756e22033a Update history and regenerate docs. 2013-12-23 10:03:14 +00:00
jzmaddock
5492dce1ed Add and document options to enable/disable __float128 usage explicitly, see: https://svn.boost.org/trac/boost/ticket/9240 2013-12-22 18:01:11 +00:00
jzmaddock
c5ab3497b5 Document max_iter parameter correctly, see: https://svn.boost.org/trac/boost/ticket/9225 2013-12-22 18:00:13 +00:00
Beman
8cf8768929 End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. 2013-12-02 03:35:07 -05:00
Beman
cdd60d1dc9 End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. 2013-12-01 17:19:36 -05:00
John Maddock
a490f00f0c Update 1.55 release notes, regenerate docs.
[SVN r86347]
2013-10-18 11:08:30 +00:00
Paul A. Bristow
efe822a7a9 Added colors and alignment to html
[SVN r86227]
2013-10-10 15:21:50 +00:00
John Maddock
b331488c2e Update history and regenerate docs.
[SVN r85984]
2013-09-28 16:03:56 +00:00
John Maddock
ef5369a15b Add a short tutorial on testing special functions.
[SVN r84754]
2013-06-13 12:03:55 +00:00
John Maddock
4854561e48 Add a quick and dirty tutorial on writing a new special function.
Regenerate docs.

[SVN r84608]
2013-06-02 18:14:56 +00:00
John Maddock
6fdc703f30 Regenerate docs from P Bristow's typo fix.
[SVN r84481]
2013-05-25 11:31:27 +00:00
Paul A. Bristow
8f0de98293 Correct acronymic typo
[SVN r84479]
2013-05-25 09:38:52 +00:00
John Maddock
7cbb86d0cf Fix typos in revision history.
Regenerate docs.

[SVN r84478]
2013-05-25 08:45:58 +00:00
John Maddock
c6720a599f Regenerate docs with updated stylesheet.
[SVN r84327]
2013-05-17 16:53:50 +00:00
Paul A. Bristow
c5e6fca42b Final commit of all my changes.
[SVN r84326]
2013-05-17 11:13:14 +00:00
Paul A. Bristow
20d1742c4d Cosmetic changes.
[SVN r84318]
2013-05-17 10:42:33 +00:00
Paul A. Bristow
40468cc446 New def links added
[SVN r84317]
2013-05-17 10:39:59 +00:00
John Maddock
e7384331ae Merge changes from sandbox to documentation.
Puts all Math docs in one big whole with separate chapters for each part.

[SVN r84294]
2013-05-16 09:04:28 +00:00
John Maddock
510e145450 Regenerate and re-add HTML docs.
[SVN r84281]
2013-05-14 12:39:44 +00:00
John Maddock
45001773e2 Fix duplicate ID's, remove HTML for now.
[SVN r84280]
2013-05-14 12:19:48 +00:00
John Maddock
d7978a43bc Extend title of UDT a bit and regenerate docs.
[SVN r84273]
2013-05-13 17:20:50 +00:00
John Maddock
3c2fde5558 Remove dead file.
[SVN r84272]
2013-05-13 17:09:28 +00:00
John Maddock
a714e82e55 Regenerate docs.
Add new xsl:param to control chapter TOC.


[SVN r84271]
2013-05-13 16:53:10 +00:00
Paul A. Bristow
35ea7e4408 Added licence info.
[SVN r84268]
2013-05-13 10:41:13 +00:00
Paul A. Bristow
45ce4389b4 Added licence info.
[SVN r84267]
2013-05-13 10:38:26 +00:00
Paul A. Bristow
37358cbafd Added licence info.
[SVN r84266]
2013-05-13 10:37:27 +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
f7f7209820 Tweak stylesheets.
Fix a few typos and links.

[SVN r84205]
2013-05-09 17:21:12 +00:00
John Maddock
e05eea3294 Add images copy from Trunk.
[SVN r84203]
2013-05-09 15:57:24 +00:00
John Maddock
8de19289c9 Regenerate and commit docs.
[SVN r84202]
2013-05-09 11:52:44 +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
Paul A. Bristow
411ffe225e Typo
[SVN r84135]
2013-05-04 10:51:40 +00:00
Paul A. Bristow
4e13935a2c Corrected mis-pasting in 2/3pi comment.
[SVN r84123]
2013-05-03 14:41:14 +00:00
John Maddock
6e626c1830 Fix edge case in Halley iteration where the derivative is flatlining.
Fix edge cases in poisson distribution quantile.
Fixes #8314.
Fixes #8308.
Update and regenerate docs.

[SVN r83512]
2013-03-21 13:01:50 +00:00
Paul A. Bristow
b9d7b9bb9f Added airy graphs, png and svg.
[SVN r83417]
2013-03-13 17:08:53 +00:00
Paul A. Bristow
72ce8bedc0 Chris's edits email 11 Mar12
[SVN r83412]
2013-03-12 16:38:49 +00:00
Paul A. Bristow
e2cc92eb25 Minor corrections from John 10 Mar 13
[SVN r83406]
2013-03-11 12:18:46 +00:00
Paul A. Bristow
6a61980a4c Patched svg files, and png from them, to allow subscript a to be rendered by RenderX for pdf. (Note - always use Lucida Sans Unicode for maximum chance of symbols being rendered and/or displayed).
[SVN r83405]
2013-03-11 12:18:12 +00:00
John Maddock
bc86f6503e Beautify formatting a little.
[SVN r83399]
2013-03-10 17:20:55 +00:00
Paul A. Bristow
f1622c0b61 Updates to qbk sources and graphs for version in my dropbox 8 Mar13.
(html not updated).

[SVN r83363]
2013-03-08 14:34:37 +00:00
Paul A. Bristow
3f6f6813c0 Corrected graphs for bessel zeros
[SVN r83346]
2013-03-07 13:55:56 +00:00
John Maddock
5e89d8bb57 Update docs for __float128 support.
REgenerate docs and commit.

[SVN r83344]
2013-03-07 10:14:18 +00:00
John Maddock
c81974e215 Add missing link dependency to Paul Bristow's new example.
Fix tgamma bug reported by Rocco Romeo.
Update history.

[SVN r83011]
2013-02-19 17:02:50 +00:00
Paul A. Bristow
851deb6bcb Added example of switching expression templates off and using Boost.Test BOOST_CHECK_CLOSE_FRACTION macros.
[SVN r82914]
2013-02-15 18:56:16 +00:00
Paul A. Bristow
cc344c0d2b Many docs changes for unsigned to int for parameter m.
[SVN r82904]
2013-02-15 17:04:30 +00:00
Paul A. Bristow
b55582fb12 Updated version to try to show subscript zero correctly. OK on al except Inkscape :-(
[SVN r82903]
2013-02-15 16:50:11 +00:00
Paul A. Bristow
dc772ea1f7 Added Bessel zeros graph.
[SVN r82794]
2013-02-09 12:44:26 +00:00
John Maddock
2be883f332 Reordered parameters to Bessel and Airy root finders.
Update to docs with references.

[SVN r82764]
2013-02-06 18:53:06 +00:00
John Maddock
be1bcf3761 Add bessel function header to docs.
Refs #7987.

[SVN r82763]
2013-02-06 17:59:30 +00:00
Paul A. Bristow
c4017ae628 bessel updated docs.
[SVN r82753]
2013-02-05 17:55:38 +00:00
Paul A. Bristow
621344c85a Additions for bessel zeros. Work-in-progress.
[SVN r82752]
2013-02-05 17:51:46 +00:00
John Maddock
3c1dd01d04 Add Boost.Multiprecision integration concept checks.
Fix errors that result.

[SVN r82656]
2013-01-28 09:32:31 +00:00
Paul A. Bristow
c37f534021 removed ibeta example of multiprecision
TODO An example of getting higher precision with multiprecision still needed

[SVN r82603]
2013-01-25 10:12:08 +00:00
John Maddock
ac8018ab48 Split test_instances lib up into even smaller blocks.
Fix a few gcc-mingw test failures.
Fix typo in spherical harmonic docs.

[SVN r82598]
2013-01-24 17:49:57 +00:00
Paul A. Bristow
2eaf474c46 Numerous small edits to add references to multiprecision and constexpr etc constants. roadmap updated to 1.54.
TODO bessel zeros.

[SVN r82596]
2013-01-24 14:12:37 +00:00
John Maddock
068e58add1 Minor update to constants docs, and regenerate HTML.
[SVN r82586]
2013-01-22 13:24:19 +00:00
John Maddock
fa30075b88 Update history.
[SVN r82580]
2013-01-21 11:51:36 +00:00
John Maddock
a412b58561 More Bessel function improvements from Rocco Romeo.
Update and regenerate docs.

[SVN r82565]
2013-01-20 17:04:01 +00:00
John Maddock
7c6ddba7f8 Update history.
[SVN r82462]
2013-01-12 11:12:06 +00:00
John Maddock
a61b5eb7b5 More accuracy improvements based on suggestions by Rocco Romeo.
[SVN r82217]
2012-12-27 08:44:08 +00:00
John Maddock
ba371a258d Update history.
[SVN r82170]
2012-12-22 17:13:37 +00:00
John Maddock
c60a326ac7 Fix typo in the docs and regenerate.
[SVN r81872]
2012-12-12 13:23:07 +00:00
Paul A. Bristow
83246a6c40 Added missing #include <iostream>
[SVN r81697]
2012-12-03 15:53:55 +00:00
John Maddock
7d9dfaec86 Apply some accuracy improvements from Rocco Romeo.
Fix division by zero in inverse gamma distribution.
Minor doc fixes and regenerate.

[SVN r81627]
2012-11-29 18:55:20 +00:00
John Maddock
b857b5fa32 Lots of small patches.
Update and regenerate docs.
Fixes #7183.
Fixes #7290.
Fixes #7291.
Fixes #7649.
Refs #7492.

[SVN r81624]
2012-11-29 13:27:31 +00:00
Paul A. Bristow
c1ec76900a Added trac #7402 resolution
[SVN r80723]
2012-09-27 16:19:08 +00:00
Paul A. Bristow
1a9d0405f3 Added trac #7402 resolution
[SVN r80707]
2012-09-26 15:40:55 +00:00
John Maddock
b9e891404a Fix improper overflow error handling in asinh.hpp.
Update asinh and acosh test cases.
Add fixes to release notes and regenerate docs.
Fixes #7416.

[SVN r80695]
2012-09-24 17:16:29 +00:00
John Maddock
daa79939f8 Fix typo in Lanczos docs.
Regenerate docs.
Fixes #7325.

[SVN r80691]
2012-09-24 16:08:28 +00:00
Paul A. Bristow
55b5b2fb00 Rebuilt with latest trunk quickbook and Docbook 1.77.1 style sheets
[SVN r80157]
2012-08-23 13:49:00 +00:00
Paul A. Bristow
e40e3a9435 Many minor docs updates and edits.
[SVN r80137]
2012-08-22 10:53:41 +00:00
Paul A. Bristow
285123d01f non-central cdf graph as png
[SVN r80119]
2012-08-21 17:55:21 +00:00
Paul A. Bristow
f47873f3b4 Graphs with added infinite degrees of freedom
[SVN r80106]
2012-08-21 09:21:03 +00:00
John Maddock
15ac117d4a Update docs to reflect code changes. Regenerate.
[SVN r80071]
2012-08-17 16:57:11 +00:00
Paul A. Bristow
fc6532902a Items that missed the roadmap for 1.51
[SVN r79978]
2012-08-12 11:27:43 +00:00
Paul A. Bristow
889b736051 Rebuilt html sf & dist html docs after minor edits.
[SVN r79959]
2012-08-11 08:58:51 +00:00
Paul A. Bristow
29a0fa9d58 Changes to deal with broken links (and rebuilt so that Inspection tool can check too)
[SVN r79948]
2012-08-09 17:57:27 +00:00
Paul A. Bristow
80f4833638 correctes wolfram function links in airy
[SVN r79853]
2012-08-02 15:48:22 +00:00
Paul A. Bristow
fd81001d15 Corrected wolfram links to functions and added a link to mathworld airy site.
[SVN r79849]
2012-08-02 13:52:49 +00:00
Paul A. Bristow
dc8b7e0af2 Changed back to always returning NaN for moments k <= v and Added Trac #7177
[SVN r79844]
2012-08-02 09:24:31 +00:00
Paul A. Bristow
3e816a2cd7 Added Trac #7177
[SVN r79843]
2012-08-02 09:23:18 +00:00
Paul A. Bristow
45fd99988d Rebuilt after edits to quiet nags.
[SVN r79820]
2012-07-31 13:58:11 +00:00
Paul A. Bristow
8e6b56fe09 Various cosmetic changes to deal with Inspection nags.
[SVN r79817]
2012-07-31 13:31:24 +00:00
Paul A. Bristow
75214ed155 Various cosmetic changes to deal with Inspection nags.
[SVN r79816]
2012-07-31 13:27:39 +00:00
Paul A. Bristow
a7a7728e2e edits for Inspection nags
[SVN r79815]
2012-07-31 13:27:00 +00:00
Paul A. Bristow
fb2f55ca04 Added Warning and tip about using nextafter etc.
[SVN r79721]
2012-07-24 11:32:17 +00:00
John Maddock
c3da72b1b2 Fix typo in Hankel function implementation that causes incorrect values to be returned for x < 0 and v an odd integer.
Add additional Hankel function tests.
Add a couple of missing header inclusion tests.
Update history in docs, and regenerate HTML.
Fixes #7135.

[SVN r79510]
2012-07-14 18:34:01 +00:00
John Maddock
eb5bc7ebfc Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).

[SVN r79492]
2012-07-14 11:21:03 +00:00
John Maddock
ff4a3a8ae2 Document #7099 as fixed.
Fixes #7099.

[SVN r79444]
2012-07-12 11:20:02 +00:00
John Maddock
ab500ddb31 Update history and regenerate docs.
[SVN r79441]
2012-07-12 10:26:23 +00:00
John Maddock
4364504518 Update Jacobi docs - should use u rather than phi for argument.
Add simple intro with references.
Regenerate docs.

[SVN r78909]
2012-06-12 11:45:28 +00:00
John Maddock
86ecf82a54 Regenerate docs.
[SVN r78844]
2012-06-07 12:20:52 +00:00
Paul A. Bristow
5c64d6e047 Corrected #include filenames etc.
[SVN r78829]
2012-06-06 11:30:24 +00:00
Paul A. Bristow
98acfb8a5d Various small changes about revised error handling and checking ready for 1.51
[SVN r78805]
2012-06-04 13:24:44 +00:00
John Maddock
382d525d15 Add basic versions of the Airy functions.
Add some extra jacobi, hankel and owens_t tests and fix resulting errors.
Allow remez code to work with expression template types.
Regenerate docs.

[SVN r78527]
2012-05-21 09:45:48 +00:00
John Maddock
7e2f70a685 Fix some gcc-linux test errors and warnings.
Update docs to match.

[SVN r78493]
2012-05-17 10:13:27 +00:00
John Maddock
056745573f Add the Jacobi elliptic special functions.
[SVN r78492]
2012-05-17 09:19:57 +00:00
John Maddock
3f5cccf654 Minor doc update.
[SVN r78473]
2012-05-14 18:11:17 +00:00
Paul A. Bristow
d686640c63 Added constant ln_ten
[SVN r78289]
2012-05-01 11:01:46 +00:00
John Maddock
aa64d8dc00 Add forwarding-policy to hankel functions.
Updated docs with links to more info.

[SVN r78256]
2012-04-29 16:54:10 +00:00
John Maddock
be93fe3b95 Rename hankel_hX to hankel_X.
Update tests and docs for Hankel functions.

[SVN r78253]
2012-04-29 12:39:28 +00:00
John Maddock
d099a2bbf0 Add first draft of Hankel functions.
Add some Math lib docs that were previously missing.

[SVN r78245]
2012-04-28 17:59:37 +00:00
John Maddock
29df9d5de8 Update docs to match source on thread safety issues.
[SVN r78207]
2012-04-26 09:50:03 +00:00
Paul A. Bristow
fe318046c6 Added ref to Mathematica spot values.
[SVN r78153]
2012-04-23 08:29:48 +00:00
John Maddock
57ea3994be Update Owen's T docs, and TODO notes.
Regenerate docs.

[SVN r78137]
2012-04-22 16:10:55 +00:00
Paul A. Bristow
39ef91ac9d Update to Owens for extra formula and reference, and to roadmap
[SVN r78134]
2012-04-22 11:45:33 +00:00
John Maddock
ec742b4b80 Merge Owen's T function and Skew Normal code from sandbox and fix whatever failures show up.
Regenerate docs.

[SVN r78130]
2012-04-22 10:23:03 +00:00
John Maddock
f149d4cf53 Fix double-definition of float_t in tr1.hpp.
Tweak behaviour of BOOST_MATH_BIG_CONSTANT.
Fix expected error rates for a bunch of tests (mostly on Mingw).
Fix paths in owens_t.qbk.

[SVN r78107]
2012-04-21 08:43:06 +00:00
Paul A. Bristow
b543f138b6 Typo log10(e) fixed.
[SVN r78061]
2012-04-18 08:24:56 +00:00
Paul A. Bristow
fd82497819 added to graphs (was in sf_dist) plot_owers_2d_xyp.png
[SVN r78046]
2012-04-17 16:41:59 +00:00
John Maddock
abd80383f0 Rename file that was committed in CamelCase.
Re-add content that was removed in Paul's last commit to roadmap.qbk.

[SVN r78041]
2012-04-17 16:01:03 +00:00
Paul A. Bristow
d90e8b10b4 Updated for owens and skewnormal equations
[SVN r78040]
2012-04-17 13:41:15 +00:00
Paul A. Bristow
c8a4105f4e Updates for skew normal, non_num facets and roadmap
[SVN r78039]
2012-04-17 13:37:08 +00:00
Paul A. Bristow
c5d72195f3 add mml for equations for skewnormal and owens
[SVN r78037]
2012-04-17 09:58:29 +00:00
Paul A. Bristow
a3ec8572dd add mml for equations for skewnormal and owens
[SVN r78036]
2012-04-17 09:48:58 +00:00
Paul A. Bristow
5b2da4a965 add mml for equations for skewnormal and owens
[SVN r78035]
2012-04-17 09:35:56 +00:00
Paul A. Bristow
a9605ad7f2 Updated for owens and skewnormal equations
[SVN r78018]
2012-04-16 17:26:24 +00:00
Paul A. Bristow
f1e70909de Updated for owens and skewnormal graphs
[SVN r78017]
2012-04-16 17:20:26 +00:00
Paul A. Bristow
dfbd03b93e Updated for owens and skewnormal graphs
[SVN r78016]
2012-04-16 17:19:02 +00:00
Paul A. Bristow
e243f1ded9 Updates for skew normal, non_num facets and roadmap
[SVN r78012]
2012-04-16 15:18:16 +00:00
Paul A. Bristow
1f8b0a996f Updates for skew normal, non_num facets and roadmap
[SVN r78011]
2012-04-16 15:17:37 +00:00
Paul A. Bristow
78ed67e47c Updates for skew normal, non_num facets and roadmap
[SVN r78010]
2012-04-16 15:16:10 +00:00
John Maddock
9a67d46fe5 Fix bad value of constants.
Update intro to highlight use of constants with UDT's
Fix some formatting issues in the FAQ.

[SVN r77846]
2012-04-09 08:38:05 +00:00
John Maddock
d94751ba33 Fix numeric error in bessel_jy.hpp.
Remove some dead code from bessel_jy.hpp.
Add additional test cases for above bug.
Update and regenerate docs to match.

[SVN r77513]
2012-03-24 11:59:21 +00:00
Paul A. Bristow
5e2156688e Graphs for Owens and skewnormal
[SVN r76883]
2012-02-04 16:06:26 +00:00
John Maddock
682d60c363 Merge new math constants code from the sandbox.
Regenerate docs.
Fix build failures caused by merge.

[SVN r76736]
2012-01-28 12:13:17 +00:00
John Maddock
e0a10165d0 Temporary removal of old docs.
[SVN r76735]
2012-01-28 12:04:20 +00:00
John Maddock
d68870fcca Document Bessel function fix. Update TODO list. Regenerate docs.
Refs #6367.

[SVN r76377]
2012-01-09 12:18:02 +00:00
John Maddock
fecae229b0 Simplify/improve zeta function still further.
[SVN r76337]
2012-01-07 16:57:51 +00:00
John Maddock
9775076a56 Update history and rebuild docs.
[SVN r76270]
2012-01-02 11:46:43 +00:00
John Maddock
4b0c3dcbf1 Fix doc typo and regenerate.
Fixes #6030.

[SVN r76098]
2011-12-21 17:55:29 +00:00
John Maddock
af0c106290 Update zeta implementation to use much faster algorithm.
Change zeta test to use external template instances.

[SVN r76092]
2011-12-21 16:07:37 +00:00
Paul A. Bristow
116736480a documented "two_thirds" and deprecate "twothirds" Trac 6199
[SVN r75774]
2011-12-02 15:05:46 +00:00