Nick
|
4be4fec1ef
|
Merge pull request #225 from boostorg/autodiff/lexical_cast
Remove lexical_cast<> dependencies.
|
2019-07-07 08:54:45 -04:00 |
|
Matt Pulver
|
cd9c723256
|
Fix enum class/switch warning.
|
2019-07-06 08:42:33 -04:00 |
|
Nick
|
046085c3aa
|
Ooura Fourier integrals example: Remove warning by catching exception by reference. Green up build by adding quadmath to build dep.
|
2019-07-05 18:54:26 -04:00 |
|
pabristow
|
8585a32b36
|
[CI SKIP] fixed unexpected char 2 in output examples (was interpreteting slash in pi/(2e) as a Quickbook control char) by making it a verbatim block with ``s
|
2019-07-05 10:01:39 +01:00 |
|
pabristow
|
9ca9ff6b17
|
Add three ooura fourier integral tests to the jamfile so that the testers can run.
But may remove once they have cycled on most platforms?
|
2019-07-04 17:05:52 +01:00 |
|
pabristow
|
fb93f69acb
|
[CI SKIP] added 3 examples of using fourier integrals, providing Quickbook code snippets for docs.
|
2019-07-04 16:15:35 +01:00 |
|
pabristow
|
74c0de2f01
|
Three fourier integrals examples - work-in-progress
|
2019-07-03 18:14:20 +01:00 |
|
pabristow
|
d41bc9d068
|
Added a caution about loss of precision converting double to multiprecision types.
|
2019-07-03 09:25:58 +01:00 |
|
pulver
|
95defb67df
|
Add make_ftuple(), digamma(), lgamma(), tgamma(), doc/test updates. (#218)
Improve tests and coverage. C++11/14 support. (@kedarbhat)
|
2019-06-25 17:31:48 -07:00 |
|
pabristow
|
a52f16bafe
|
Improvments to distribution construction examples, now using cpp_bin_float rather than cpp_dec_float but values computed differ and Wolfram wont computer the examples used, only allowing integral parameters for PDF, so better to use normal distribution [CI SKIP]
|
2019-06-03 17:44:24 +01:00 |
|
pabristow
|
02ff33c49a
|
Several broken/missing links corrected, and lambert_w_errors_graph.cpp added. Passes local inspect.exe except on link to Boost.Test floating point that may work when built in situ. [CI SKIP] for now.
|
2019-05-30 16:55:15 +01:00 |
|
pabristow
|
2579514f00
|
Comment out to remove unnecessary run of fft_sines_table.cppthat only creates a table of sines for a documentation example. [CI SKIP]
|
2019-05-28 15:35:09 +01:00 |
|
pabristow
|
129daa914f
|
improvement to multiprecision sines_table example
|
2019-05-08 11:47:50 +01:00 |
|
John Maddock
|
067e778d75
|
Merge branch 'autodiff' of https://github.com/pulver/math into autodiff
|
2019-04-23 18:04:27 +01:00 |
|
jzmaddock
|
5a2cc1c56b
|
Explicit examples in Jamfile weren't actually explicit, fix that.
|
2019-03-25 19:04:02 +00:00 |
|
Nick Thompson
|
673d7a876d
|
Remove unused variable. [CI SKIP]
|
2019-03-02 11:35:04 -07:00 |
|
pulver
|
4d8622d9bd
|
Merge branch 'develop' into autodiff
|
2019-02-16 15:06:12 -05:00 |
|
Matt Pulver
|
1bf3ba6bd2
|
Fix example compiler requirements. Add <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj to test/Jamefile.v2. Minor doc/code updates.
|
2019-02-14 10:54:42 -05:00 |
|
Matt Pulver
|
9418a4e2d4
|
Doc: Add sections Migrating Code, and Function Writing Guidelines. Additional math function overloads: acosh, asinh, atanh, cosh, erf, lambert_w0, sinc, sinh, tanh. Attempt to fix appveyor errors.
|
2019-02-12 07:43:04 -05:00 |
|
Nick Thompson
|
8e78096977
|
Add more C++11 feature requirements to barycentric_rational.
|
2019-02-11 21:42:12 -07:00 |
|
Nick Thompson
|
6c1af3a3aa
|
Add extra C++11 features to requirements for barycentric_rational example. [CI SKIP]
|
2019-02-11 09:46:25 -07:00 |
|
Nick Thompson
|
5212ce1276
|
Merge branch 'develop' into barycentric_move_constructor [CI SKIP]
|
2019-02-09 18:10:11 -07:00 |
|
Katrin Leinweber
|
f3b9028d26
|
Hyperlink DOIs to preferred resolver
|
2019-02-06 19:10:00 +01:00 |
|
Matt Pulver
|
7748f2ea19
|
Feedback from boostorg/math/#176
|
2019-02-03 20:45:35 -05:00 |
|
Nick Thompson
|
9362bae4fc
|
Add extra cxx11 feature tests to example. Prevent macro substitution of min. Decrease length of unit tests for barycentric_rational from 90 seconds to 24 seconds.
|
2019-02-01 11:19:56 -07:00 |
|
Matt Pulver
|
ad96b617cc
|
Add differentiation/autodiff.hpp.
|
2019-01-23 14:17:02 -05:00 |
|
Nick Thompson
|
4ea55eb029
|
Remove -Wcomment in Lambert-W examples. [CI SKIP]
|
2019-01-22 11:01:25 -07:00 |
|
jzmaddock
|
ce9fcc432b
|
Add missing #include
|
2019-01-20 16:04:07 +00:00 |
|
jzmaddock
|
b866276e2a
|
Correct use of M_PI - it's a Unix-ism.
|
2019-01-20 08:38:16 +00:00 |
|
jzmaddock
|
d713d9bf75
|
CI: clang-6 on travis has no C++17 std lib support so don't expect it to work.
|
2019-01-16 18:46:19 +00:00 |
|
jzmaddock
|
b6230add8a
|
Add missing #include.
|
2018-12-29 09:37:16 +00:00 |
|
Nick Thompson
|
37336e2372
|
Merge branch 'develop' into complex_newton
|
2018-12-04 14:28:52 -07:00 |
|
jzmaddock
|
c0f236e251
|
Merge branch 'develop' into catmull_rom
Fixed Conflicts:
doc/Jamfile.v2
Corrected some doc formatting, and regenerated the docs.
|
2018-12-01 19:38:16 +00:00 |
|
Nick Thompson
|
af5b91a5be
|
Let x* be the root of f. Add failing unit test for function such that f(x*) > sqrt(eps). [CI SKIP]
|
2018-11-26 14:10:14 -07:00 |
|
Nick Thompson
|
3ab69d00ee
|
Complex Newton's method. Zero derivatives handled by Muller's Method.
|
2018-11-25 00:19:11 -07:00 |
|
Nick Thompson
|
5107c635bf
|
Cleanup and formatting. [CI SKIP]
|
2018-11-18 23:46:36 -07:00 |
|
Nick Thompson
|
8cda150a6b
|
Add an example calculating Daubechies coefficients to demo why anyone would care about complex polynomial root finding. [CI SKIP]
|
2018-11-15 15:44:14 -07:00 |
|
Nick
|
1472193cb4
|
Remove typo [CI SKIP]
|
2018-11-05 12:34:14 -07:00 |
|
Nick Thompson
|
096595facc
|
Merge branch 'develop' into catmull_rom
Merge develop [CI SKIP]
|
2018-10-31 10:42:00 -06:00 |
|
Nick Thompson
|
c81919ff26
|
Remove typos and unused variables.
|
2018-10-30 14:39:49 -06:00 |
|
Nick Thompson
|
9e61547f33
|
Fix syntax error in docs. [CI SKIP]
|
2018-10-29 17:14:46 -06:00 |
|
Nick Thompson
|
381f663517
|
Merge and run CI
|
2018-10-28 23:27:41 -06:00 |
|
jzmaddock
|
d3b00f2beb
|
Fix spelling of cxx11_explicit_conversion_operators.
|
2018-10-11 18:06:43 +01:00 |
|
pabristow
|
cdea7b6724
|
Added requirement explicit_conversion_operators
|
2018-10-11 13:59:55 +01:00 |
|
jzmaddock
|
43119aa7f8
|
Fix __float128 build support on lambert_w example.
|
2018-10-11 09:00:46 +01:00 |
|
pabristow
|
e961fb9c78
|
Add lambert_w new examples.
|
2018-10-09 15:35:08 +01:00 |
|
pabristow
|
20067e75e5
|
Added two more lambert_w examples and requires cxx_numeric_limits
|
2018-10-09 12:53:11 +01:00 |
|
pabristow
|
8a45f15c2d
|
Avoid using max_digits10 in test to allow as old versions as possible to run
|
2018-10-08 15:10:38 +01:00 |
|
pabristow
|
a855f99989
|
Avoid using max_digits10 in test to allow as old versions as possible to run
|
2018-10-08 15:05:55 +01:00 |
|
pabristow
|
cd155591dd
|
Added simplest possible test example.
|
2018-10-04 17:14:15 +01:00 |
|