orx-funvec 0.1.0

Traits to unify access to elements of n-dimensional vectors which are particularly useful in algorithms requiring both flexibility through abstraction over inputs and performance through monomorphization.
Documentation
[[bench]]
harness = false
name = "d1_vec_iter_scattered"
[dependencies.derive-new]
version = "0.6"

[dependencies.indexmap]
optional = true
version = "2.1"

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

[dependencies.orx-closure]
version = "0.1"

[dependencies.smallvec]
optional = true
version = "1.11"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.test-case]
version = "3.3"

[features]
default = ["smallvec"]
impl_all = ["indexmap", "ndarray", "smallvec"]
impl_indexmap = ["indexmap"]
impl_ndarray = ["ndarray"]
impl_smallvec = ["smallvec"]

[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["algorithms", "data-structures", "mathematics"]
description = "Traits to unify access to elements of n-dimensional vectors which are particularly useful in algorithms requiring both flexibility through abstraction over inputs and performance through monomorphization."
edition = "2021"
keywords = ["algorithm", "vec", "array", "matrix", "closure"]
license = "MIT"
name = "orx-funvec"
readme = "README.md"
repository = "https://github.com/orxfun/orx-closure/"
version = "0.1.0"