Commit 4199ae9
authored
Support matrix chebyshev transforms, matrix coefficients in Clenshaw (#152)
* in-place allocates so support out-of-place Chebyshev transform
* Update chebyshevtransform.jl
* use FIRSTKIND, etc. instead of 1, 2 (matching r2r)
* r2r kind may be tuple
* remove assert_applicable as FFTW does that for us
* 2nd kind matrix transforms
* work in itransform
* fix itransforms
* Tests pass
* Update chebyshevutransform
* Drop Julia VERSION < v1.6
* Use FFTW.R* instead of explicit numbers
* Update ichebyshevu
* Support Matrix coefficients in clenshaw
* add Clenshaw tests
* add docs1 parent ef00b65 commit 4199ae9
File tree
6 files changed
+488
-256
lines changed- .github/workflows
- src
- test
6 files changed
+488
-256
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
0 commit comments