java-jtransforms 3.1
Multithreaded FFT library written in pure Java
JTransforms is a multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT).
- Outputs:
out
- Website: https://github.com/wendykierp/JTransforms
- Licenses: FreeBSD
- Package source: gnu/packages/algebra.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-jtransforms 3.1
as follows:
guix install java-jtransforms@3.1
Or install the latest version:
guix install java-jtransforms
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.