rapl 0.3.0

A crate that makes numerical scripting with Rust simple and enjoyable.
Documentation
[dependencies.image]
optional = true
version = "0.24.6"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.rustfft]
optional = true
version = "6.1.0"

[dependencies.typenum]
version = "1.16.0"

[features]
complex = []
default = ["complex", "rapl_image", "fft"]
fft = ["complex", "dep:rustfft"]
rapl_image = ["dep:image"]

[package]
description = "A crate that makes numerical scripting with Rust simple and enjoyable."
edition = "2021"
keywords = ["math", "tensor", "type"]
license = "MIT"
name = "rapl"
readme = "README.md"
repository = "https://github.com/JErnestoMtz/rapl"
version = "0.3.0"