AbstractFFTs.jl
AbstractFFTs.jl copied to clipboard
Clarify the use of `plan_fft!`
The existing docstring refers to the array A that is used to construct the plan, but that array is irrelevant (other than its eltype and size) (Edit: and strides) when using the plan later. The old wording made it sound like the A in the constructor itself is used.
Codecov Report
Base: 84.13% // Head: 84.13% // No change to project coverage :thumbsup:
Coverage data is based on head (
cf0f5af) compared to base (7d698db). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## master #82 +/- ##
=======================================
Coverage 84.13% 84.13%
=======================================
Files 2 2
Lines 208 208
=======================================
Hits 175 175
Misses 33 33
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/definitions.jl | 68.26% <ø> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
bump :)