AbstractFFTs.jl icon indicating copy to clipboard operation
AbstractFFTs.jl copied to clipboard

Clarify the use of `plan_fft!`

Open JeffFessler opened this issue 3 years ago • 2 comments

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.

JeffFessler avatar Dec 07 '22 01:12 JeffFessler

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.

codecov[bot] avatar Dec 07 '22 02:12 codecov[bot]

bump :)

JeffFessler avatar Dec 20 '22 17:12 JeffFessler