summaryrefslogtreecommitdiff
path: root/math/djbfft
AgeCommit message (Collapse)AuthorFilesLines
2004-04-18Convert to buildlink3.snj3-22/+22
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-07-24Initial import of math/djbfft provided by Chris Lloyd in PR pkg/19258:jschauma8-0/+197
djbfft is an extremely fast library for floating-point convolution. The current version holds most of the speed records for double-precision FFTs on general-purpose computers. djbfft provides power-of-2 complex FFTs, real FFTs at twice the speed, and fast multiplication of complex arrays. Single precision and double precision are equally supported.