1993
DOI: 10.1006/jpdc.1993.1066
|View full text |Cite
|
Sign up to set email alerts
|

The Dataflow Time and Space Complexity of FFTs

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
3
0

Year Published

1994
1994
1999
1999

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 6 publications
(3 citation statements)
references
References 1 publication
0
3
0
Order By: Relevance
“…These multiplications can be eliminated, leading to better code than inlining the general case function would achieve, as this function would access the roots of unity from an array and would not eliminate the simple multiplications. Moreover, the bottom level of k = 1 merely returns the input array and not going to this level avoids a problem in deallocating intermediate arrays in Id, as a one-dimensional FFT function now always creates a new result array (Böhm and Hiromoto, 1993).…”
Section: Problem Specificationmentioning
confidence: 99%
See 1 more Smart Citation
“…These multiplications can be eliminated, leading to better code than inlining the general case function would achieve, as this function would access the roots of unity from an array and would not eliminate the simple multiplications. Moreover, the bottom level of k = 1 merely returns the input array and not going to this level avoids a problem in deallocating intermediate arrays in Id, as a one-dimensional FFT function now always creates a new result array (Böhm and Hiromoto, 1993).…”
Section: Problem Specificationmentioning
confidence: 99%
“…In the base case it returns the old object; otherwise it recursively creates a new object, meaning it is safe to release the old object. This problem is discussed in more detail in Böhm and Hiromoto (1993).…”
Section: Storage Usementioning
confidence: 99%
“…Thus, iteratively tearing at the the top, done across all the elements, gives the same bottom case as the recursive half and half tearing. So we start with a tridiagonal matrix given in 1 and partition it by a rank one tearing about the rst o -diagonal element b 1 . W e get, The same updating is then done as given by equation 4 and Schur decomposition of 4x4 matrices are obtained.…”
mentioning
confidence: 99%