NAThompson
|
a035ffca87
|
Additional test for quintic_hermite
|
2020-01-26 14:19:33 +08:00 |
|
Nick
|
8213c19b30
|
Merge pull request #306 from boostorg/quintic_hermite
Quintic Hermite interpolation
|
2020-01-25 08:08:50 +08:00 |
|
jzmaddock
|
cb1b9c102e
|
Fix typo from https://github.com/boostorg/math/pull/309 and change latex in comment to match the new equation.
|
2020-01-24 13:10:47 +00:00 |
|
Eduardo García-Portugués
|
286709aecd
|
Change equation in documentation
|
2020-01-23 22:17:15 +01:00 |
|
NAThompson
|
f1a90ae686
|
Quintic Hermite interpolation: Add test of cubic polynomials, fully Hornerize the basis functions.
|
2020-01-21 10:01:04 -05:00 |
|
Nick
|
014b075ab3
|
Document autodiff on README.md [CI SKIP]
|
2020-01-19 11:44:35 -05:00 |
|
Nick Thompson
|
2755d7a8f1
|
Check for independent compilation of headers by globbing. [CI SKIP]
|
2020-01-19 10:41:42 -05:00 |
|
Nick Thompson
|
8fe47b6a32
|
Cubic Hermite interpolation: Improve error message to make it less frustrating.
|
2020-01-19 10:25:09 -05:00 |
|
Nick
|
b1996cbe21
|
Merge branch 'develop' into quintic_hermite
|
2020-01-19 09:49:42 -05:00 |
|
Nick
|
c9c4b33353
|
Merge pull request #298 from boostorg/cubic_hermite
Cubic Hermite spline interpolation.
|
2020-01-19 09:48:23 -05:00 |
|
Nick Thompson
|
2a37abd93a
|
Cubic Hermite spline: Backend pchip and makima to cubic_hermite.
|
2020-01-18 14:11:31 -05:00 |
|
NAThompson
|
408392dff0
|
Update timing [CI SKIP]
|
2020-01-17 17:39:48 -05:00 |
|
NAThompson
|
32f7e35012
|
Quintic Hermite: Remove irrelevant information from docs [CI SKIP]
|
2020-01-16 18:09:58 -05:00 |
|
NAThompson
|
0242d1ac6b
|
Quintic Hermite: Fix #include, fix docs, add test to Jamfile.
|
2020-01-16 18:08:34 -05:00 |
|
NAThompson
|
de67bcb45c
|
Quintic Hermite interpolation [CI SKIP]
|
2020-01-16 16:31:32 -05:00 |
|
Nick
|
ba7765ac07
|
Merge pull request #305 from boostorg/i304
fixes i304
|
2020-01-16 09:40:31 -05:00 |
|
Christopher Kormanyos
|
474cc89654
|
fixes i304
|
2020-01-15 22:19:03 +01:00 |
|
jzmaddock
|
6d900c436c
|
Merge pull request #302 from boostorg/no_mpl_dispatching
Remove dispatching via mpl and stick to boost::integral_constant.
|
2020-01-14 09:38:53 +00:00 |
|
jzmaddock
|
b38a0a9202
|
Remove commented out code.
[CI SKIP]
|
2020-01-14 09:38:27 +00:00 |
|
Nick
|
933fbf590a
|
Merge pull request #301 from bwignall/typos
Fix typos
|
2020-01-13 11:18:23 -05:00 |
|
jzmaddock
|
1e0179c883
|
Remove dispatching via mpl and stick to boost::integral_constant.
Simplify the dispatching logic to use mpl::if_ and broken compiler workarounds less often.
Fixes: https://github.com/boostorg/type_traits/issues/133.
|
2020-01-13 15:14:48 +00:00 |
|
Brian Wignall
|
740a73c523
|
Fix typos
|
2020-01-12 15:30:30 -05:00 |
|
Nick
|
bb65bf290e
|
Update README.md
|
2020-01-10 20:09:36 -05:00 |
|
NAThompson
|
d8c2219a23
|
Cubic Hermite spline interpolation. [CI SKIP]
|
2020-01-10 13:41:11 -05:00 |
|
Nick
|
f9dfd6a1a5
|
Merge pull request #297 from boostorg/pchip
PCHIP interpolation.
|
2020-01-10 13:16:15 -05:00 |
|
NAThompson
|
d7079597c0
|
PCHIP: Reproduce figure 5a of Fritsch and Carlson. [CI SKIP]
|
2020-01-09 15:42:13 -05:00 |
|
NAThompson
|
6ce45899b6
|
PCHIP interpolation.
|
2020-01-09 14:17:08 -05:00 |
|
Nick
|
98e37d9d21
|
Merge pull request #294 from boostorg/makima
makima spline
|
2020-01-09 08:41:32 -05:00 |
|
Nick Thompson
|
50e9f67c3f
|
Enforce monotonicity of the abscissas.
|
2020-01-08 19:57:12 -05:00 |
|
NAThompson
|
1dc0015429
|
Makima: Fix .prime() by reverting to linear interpolation. Add precision to error message to make it less frustrating.
|
2020-01-08 18:09:52 -05:00 |
|
NAThompson
|
19b1813850
|
Differentiate interpolant instead of interpolating derivatives.
|
2020-01-08 17:11:48 -05:00 |
|
NAThompson
|
90411e58bb
|
Implement update, implement .prime(), compatibility with boost::circular_buffer.
|
2020-01-08 16:09:57 -05:00 |
|
NAThompson
|
0876ff3f3f
|
Modified Akima: Fix build error on Windows. Fix float128 support. [CI SKIP]
|
2020-01-06 09:22:59 -05:00 |
|
Nick Thompson
|
2e5f67fa11
|
Makima interpolation: pimpl it. [CI SKIP]
|
2020-01-05 19:27:10 -05:00 |
|
Nick Thompson
|
e4c4f6db94
|
Makima spline: First build.
|
2020-01-05 17:42:17 -05:00 |
|
Nick Thompson
|
31c5daf921
|
Fix evaluation bug. [CI SKIP]
|
2020-01-05 14:05:43 -05:00 |
|
Nick Thompson
|
936bba1d9e
|
Makima: Implement quadratic extrapolation at left-hand boundary [CI SKIP]
|
2020-01-05 13:26:10 -05:00 |
|
Nick Thompson
|
1d984f4fe7
|
Makima spline: Improve performance of evaluation [CI SKIP]
|
2020-01-05 11:53:10 -05:00 |
|
Nick Thompson
|
8cc3884642
|
Makima spline documentation [CI SKIP]
|
2020-01-04 13:18:49 -05:00 |
|
Nick Thompson
|
1f426a0e95
|
Makima spline: Copyright year. [CI SKIP]
|
2020-01-04 12:29:07 -05:00 |
|
Nick Thompson
|
8b248a92b0
|
Makima spline: Sketch out a little more [CI SKIP]
|
2020-01-04 12:05:45 -05:00 |
|
NAThompson
|
ccc8726e48
|
makima spline [CI SKIP]
|
2020-01-03 17:21:11 -05:00 |
|
Nick
|
a422b02a2d
|
Merge pull request #293 from boostorg/interquartile_range
Interquartile range.
|
2020-01-01 09:43:58 -05:00 |
|
NAThompson
|
87bb7d29fb
|
Readable code for interquartile_range.
|
2019-12-31 12:53:01 -05:00 |
|
NAThompson
|
ff528a8f1d
|
Commit working version before changing to readable code.
|
2019-12-31 12:29:05 -05:00 |
|
Nick Thompson
|
f943649e68
|
First pass at interquartile range.
|
2019-12-29 15:34:22 -05:00 |
|
Nick
|
b3e1f4d8a1
|
Merge pull request #290 from boostorg/distribution_entropy
Entropy of distributions.
|
2019-12-28 09:32:13 -05:00 |
|
Nick
|
e5f019c62a
|
Merge branch 'develop' into distribution_entropy
|
2019-12-27 14:05:19 -05:00 |
|
Nick
|
ce48f975ea
|
Merge pull request #292 from bwignall/typo
Fix typos, after fixing bug in typochecker
|
2019-12-27 09:15:42 -05:00 |
|
Brian Wignall
|
56740d2257
|
Fix more typos, after another typochecker bug fix
|
2019-12-26 09:33:10 -05:00 |
|