blob: c5c8ccf23383fc512a280932796e9dc1bbf9bd97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<maintainer>
<email>media-video@gentoo.org</email>
<name>Gentoo Video project</name>
</maintainer>
<longdescription lang="en">
D.J. Bernstein Fast Fourier Transform (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.
</longdescription>
</pkgmetadata>
|