Development Documentation

Here is the documentation for key parts of the development side of the package.

Missing docstring.

Missing docstring for CallGraphNode. Check Documenter's build log for details.

Missing docstring.

Missing docstring for CallGraph. Check Documenter's build log for details.

Missing docstring.

Missing docstring for CallGraphNode!. Check Documenter's build log for details.

FFTA.fft!Function
fft!(out::AbstractArray{T, 1}, in::AbstractArray{U, 1}, start_out::Int64, start_in::Int64, d::FFTA.Direction, _::FFTA.CompositeFFT, g::FFTA.CallGraph{T}, idx::Int64)

Cooley-Tukey composite FFT, with a pre-computed call graph

Arguments

out: Output vector in: Input vector start_out: Index of the first element of the output vector start_in: Index of the first element of the input vector d: Direction of the transform g: Call graph for this transform idx: Index of the current transform in the call graph

Missing docstring.

Missing docstring for fft_dft!. Check Documenter's build log for details.

Missing docstring.

Missing docstring for fft_pow2!. Check Documenter's build log for details.

Missing docstring.

Missing docstring for fft_pow3!. Check Documenter's build log for details.

Missing docstring.

Missing docstring for fft_pow4!. Check Documenter's build log for details.