slice_math 0.1.10

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
moddef = "0.2.2"
slice_ops = {version = "0.1.7", features = ["std"]}
num = "0.4.1"
ndarray = {version = "0.15.6", optional = true}
ndarray-linalg = {version = "0.16.0", optional = true, features = ["intel-mkl"]}

[dev-dependencies]
plotters = "0.3.5"
#linspace = "0.1.1"
#array__ops = "0.1.9"
rustfft = "6.2.0"