slice_math 0.1.14

A selection of useful math operations on slices
Documentation
[dependencies.moddef]
version = "0.2.2"

[dependencies.ndarray]
optional = true
version = "0.15.6"

[dependencies.ndarray-linalg]
features = ["intel-mkl"]
optional = true
version = "0.16.0"

[dependencies.num]
version = "0.4.1"

[dependencies.slice_ops]
features = ["std"]
version = "0.1.7"
[dev-dependencies.plotters]
version = "0.3.5"

[dev-dependencies.rustfft]
version = "6.2.0"

[features]
default = []
ndarray = ["dep:ndarray", "dep:ndarray-linalg"]

[package]
description = "A selection of useful math operations on slices"
edition = "2021"
keywords = ["slice", "util", "math", "ops"]
license = "MIT"
name = "slice_math"
repository = "https://github.com/sigurd4/slice_math"
version = "0.1.14"