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

1755 Commits

Author SHA1 Message Date
NAThompson
8c621d8be4 Sketch out Daubechies wavelet class [CI SKIP] 2020-03-10 07:15:52 -04:00
Nick Thompson
0661b37716 Remove typos from docs. 2020-03-08 11:37:08 -04:00
Nick Thompson
3fa4267dda Add documentation for Daubechies scaling function [CI SKIP] 2020-03-08 11:08:27 -04:00
Nick Thompson
0b156d9552 Fix up docs for Daubechies filters [CI SKIP] 2020-03-08 09:21:19 -04:00
Nick Thompson
6f20863719 Document filter coefficients. [CI SKIP] 2020-03-07 18:37:47 -05:00
Nick Thompson
649551931f First pass at docs. [CI SKIP] 2020-03-07 13:34:58 -05:00
NAThompson
0289eca4fe Documentation updates for quintic_hermite interpolation [CI SKIP] 2020-02-20 07:25:49 -05:00
NAThompson
a068a92643 Update docs for quintic Hermite interpolation [CI SKIP] 2020-02-20 07:03:40 -05:00
NAThompson
6290803975 Finish up cubic Hermite interpolation. 2020-02-18 08:11:48 -05:00
NAThompson
98bde7dac2 Merge branch 'develop' into daubechies_attempt_2 2020-01-27 13:36:20 +08:00
NAThompson
38b8f5a96a Remove bug in quintic_hermite interpolation. Add graph to exhibit its utility. 2020-01-27 13:35:14 +08:00
NAThompson
3424b2b7bd Merge branch 'develop' into daubechies_attempt_2 2020-01-25 08:12:13 +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
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
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
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
NAThompson
d8c2219a23 Cubic Hermite spline interpolation. [CI SKIP] 2020-01-10 13:41:11 -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
NAThompson
90411e58bb Implement update, implement .prime(), compatibility with boost::circular_buffer. 2020-01-08 16:09:57 -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
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
NAThompson
ff528a8f1d Commit working version before changing to readable code. 2019-12-31 12:29:05 -05:00
Nick
e5f019c62a Merge branch 'develop' into distribution_entropy 2019-12-27 14:05:19 -05:00
Brian Wignall
56740d2257 Fix more typos, after another typochecker bug fix 2019-12-26 09:33:10 -05:00
Brian Wignall
8b277e3ff3 Fix more typos 2019-12-26 09:18:02 -05:00
Brian Wignall
e3a45bd10b Fix typos, after fixing bug in typochecker 2019-12-25 22:42:26 -05:00
Brian Wignall
3c976e5e09 Fix typos 2019-12-24 21:42:09 -05:00
NAThompson
9505fe70e7 Merge branch 'develop' into distribution_entropy 2019-12-23 16:07:48 -05:00
NAThompson
20f553d37c Document entropy. Add entropy of gamma distribution. [CI SKIP] 2019-12-23 13:59:49 -05:00
Brian Wignall
df17d11299 Fix more typos, via latest version of typochecker tool 2019-12-20 10:41:42 -05:00
pabristow
e504da1b44 [CI SKIP]Docs rebuilt with Brian Wignall's typos corrected. 2019-12-18 13:00:23 +00:00
Brian Wignall
54770599d5 Fix more typos 2019-12-16 13:35:48 -05:00
jzmaddock
7d905192a2 Fix doubled word [CI SKIP] 2019-12-03 17:19:09 +00:00
Brian Wignall
ccff3fd1b3 Fix typos 2019-12-01 08:06:17 -05:00
pabristow
a8660d3434 Add missing def for math_constants 2019-11-12 12:02:14 +00:00
pabristow
e06b325e7d Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-11-12 09:35:13 +00:00
pabristow
5aacc3e167 Add missing file big_seventh.cpp 2019-11-12 09:34:48 +00:00
NAThompson
9979afa351 Remove big_seventh.cpp from docs. 2019-11-11 14:47:11 -05:00