Commit d04aea8
authored
* Allow `convolve!` with real arrays
* Allow adjoint to work with real vectors too
* Refine type declarations
* To v0.14.2
* Test convolve!
* size checks
* Add convolve_transpose tests and real tests
* Fix size to Ñ in comment
* Multiple dispatch for complex/real mismatch
* Fix
1 parent 9745f0b commit d04aea8
5 files changed
Lines changed: 345 additions & 84 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments