pabristow
43d00e16b7
[CI SKIP]Edotiral work part 2, up to sf/ellint_intro
2019-08-09 17:57:20 +01:00
pabristow
6981dc12f9
[CI SKIP]Editorial work using changes in math.css, part one.
2019-08-09 13:22:33 +01:00
pabristow
df5a6f5ac6
Many edits to provide equation indents, dozens of typos, and misc amendments, mainly cosmetic, and new index entries for better indexes
2019-08-06 15:33:22 +01:00
pabristow
eb63dcff5e
Added some rationale for using Ooura 1999 algorithm.
2019-07-09 13:07:12 +01:00
pabristow
af5b84a8d5
[CI SKIP] fourier integrals using code snippets in 3 new examples.
2019-07-04 16:12:14 +01:00
Nick Thompson
bfb6689433
Remove gratuitous C++17isms from code.
2019-06-15 10:11:17 -04:00
Nick Thompson
6cd90d38d2
Improve documentation and kick off build.
2019-06-14 08:55:47 -04:00
Nick Thompson
81c92932a4
Get rid of scoped_lock to compile on clang. [CI SKIP]
2019-06-13 18:16:24 -04:00
Nick Thompson
725544c1fb
small details [CI SKIP]
2019-06-04 12:13:59 -04:00
Nick Thompson
b06fbdbc5f
merge develop [CI SKIP]
2019-06-04 11:54:51 -04:00
Nick
b98f4e95f1
Update gauss_kronrod.qbk
...
Clarify Real->Complex quadrature documentation for Gauss-Kronrod.
2019-05-14 15:28:41 -04:00
jzmaddock
049c670409
Add another test case for tanh_sinh complex support, and update docs with examples.
2018-10-11 08:49:05 +01:00
Nick Thompson
cb954798d7
Support for complex-valued integrands in sinh-sinh quadrature.
2018-06-12 13:11:52 +08:00
Nick Thompson
0d67b045ae
[CI SKIP] Merge branch 'develop' into complex_exp_sinh
2018-05-05 10:00:42 +08:00
Nick Thompson
728b6949ed
Complex valued integrand support for exp-sinh quadrature
2018-05-03 12:19:04 +08:00
jzmaddock
d949051482
Merge branch 'develop' into complex_gk
2018-05-01 19:30:39 +01:00
Nick Thompson
ea6acb3855
[CI SKIP] Real->{Real, Complex} integrand support for Gauss-Kronrod quadrature.
2018-05-01 15:50:55 +08:00
Nick Thompson
26c8536a82
[CI SKIP] Document that Gaussian quadrature support R->C.
2018-05-01 12:06:39 +08:00
Nick Thompson
90273e12a7
Fix C++11/C++17 incompatibility by typdefs. Increase default max refinements.
2018-04-03 11:07:03 +08:00
Nick Thompson
d59c11fbf4
[CI SKIP] Revert change from pi<Real>()->M_PI.
2018-03-19 09:56:56 +08:00
Nick Thompson
d30b7d62ef
Update trapezoidal quadrature so that it can handle contour integrals.
2018-03-16 15:33:25 +08:00
Nick
2532ac99f5
Typo removal from Gauss-Kronrod
2018-03-02 23:25:40 -06:00
Nick Thompson
a66f6ae486
[ci skip] Spelling errors omg
2018-02-18 13:50:48 -06:00
Nick Thompson
64ccdd6e7f
[ci skip] Document that the integrand must be square integrable.
2018-02-17 19:35:24 -06:00
Nick Thompson
ba3afd7ab2
[ci skip] Update docs to reflect that an RNG may be passed to the routine.
2018-02-17 18:02:47 -06:00
Nick Thompson
8aa064fd2b
[ci skip] Document how to specify whether the integrand is singular or not.
2018-02-15 20:26:12 -06:00
Nick Thompson
2718dded89
[ci skip] Ooura's method for computing Fourier sin and Fourier cosine transforms.
2018-02-06 13:15:56 -06:00
Nick Thompson
0ff67c30f4
[ci skip] Typo removal from docs.
2018-01-27 15:06:37 -06:00
Nick Thompson
8d0dd5f474
Update docs to indicate that naive Monte-Carlo integration supports infinite domains.
2018-01-16 11:47:15 -06:00
Nick Thompson
a90aac3656
Cleanup based on codereview.stackexchange.com suggestions.
2018-01-12 16:33:07 -06:00
Nick Thompson
2f37a3643b
Add unit tests and clean up docs for naive_monte_carlo integration.
2018-01-09 12:27:38 -06:00
Nick Thompson
67578ce12b
Naive Monte-Carlo integration. Still needs to handle exceptions in threads.
2017-11-21 18:49:14 -07:00
jzmaddock
98870a6e27
Merge branch 'develop' of https://github.com/boostorg/math into develop
2017-11-09 13:29:12 +00:00
jzmaddock
dd7234247c
Math: Regenerate docs with re-worked TOC to better illuminate new features.
...
[CI SKIP]
2017-11-09 13:28:50 +00:00
Nick
ee858a2551
Quick typo removal
2017-11-04 13:43:36 -06:00
Nick
87e4cb5469
Fix examples that don't compile
2017-11-03 19:52:32 -06:00
jzmaddock
16abdcadfb
Merge pull request #83 from NAThompson/patch-1
...
Remove obsolete reference to adaptive_trapezoidal
2017-09-18 08:08:03 +01:00
jzmaddock
25cc8fdad7
Add Gauss and Gauss-Kronrod docs.
2017-09-09 19:18:08 +01:00
jzmaddock
e7e915816f
Merge branch 'gauss_konrod' of https://github.com/NAThompson/math into gauss
...
# 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-08-24 11:47:26 +01:00
jzmaddock
37c71f73f2
quadrature docs: simplify tanh_sinh::integrate declarations, reformat for easier reading and regenerate.
2017-08-24 10:46:42 +01:00
Nick
2f03c96197
Typo removal.
2017-08-23 14:05:54 -06:00
Nick
c83ebd1193
Remove obsolete reference to adaptive_trapezoidal
2017-08-23 13:40:11 -06:00
jzmaddock
67cb813883
Quadrature: add documentation on dealing with very strong singularities.
2017-08-15 19:04:22 +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
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
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
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
89d28ff323
Fix up documentation for adaptive trapezoidal quadrature.
2017-04-08 19:48:52 -05:00