scir-fft 0.3.2

SciR FFT: parity-first FFT/RFFT/IRFFT with fixture-based testing and rustfft/realfft backends.
Documentation
[[bench]]
name = "fft"
path = "benches/fft.rs"

[dependencies.ndarray]
version = "0.15"

[dependencies.num-complex]
version = "0.4"

[dependencies.realfft]
version = "3"

[dependencies.rustfft]
version = "6"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.ndarray-npy]
version = "0.8"

[lib]
name = "scir_fft"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "SciR FFT: parity-first FFT/RFFT/IRFFT with fixture-based testing and rustfft/realfft backends."
documentation = "https://docs.rs/scir-fft"
edition = "2021"
homepage = "https://github.com/SoftOboros/scir"
keywords = ["scir", "scipy", "fft", "rustfft", "numeric"]
license = "MIT"
name = "scir-fft"
readme = "README.md"
repository = "https://github.com/SoftOboros/scir"
version = "0.3.2"