ruvector-math 0.1.31

Advanced mathematics for next-gen vector search: Optimal Transport, Information Geometry, Product Manifolds
Documentation
[[bench]]
harness = false
name = "information_geometry"
path = "benches/information_geometry.rs"

[[bench]]
harness = false
name = "optimal_transport"
path = "benches/optimal_transport.rs"

[[bench]]
harness = false
name = "product_manifold"
path = "benches/product_manifold.rs"

[[bench]]
harness = false
name = "spectral"
path = "benches/spectral.rs"

[[bench]]
harness = false
name = "tropical"
path = "benches/tropical.rs"

[dependencies.nalgebra]
default-features = false
features = ["std"]
version = "0.33"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
optional = true
version = "1.10"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

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

[dev-dependencies.proptest]
version = "1.5"

[features]
default = ["std"]
parallel = ["rayon"]
serde = ["dep:serde"]
simd = []
std = []

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

[package]
authors = ["Ruvector Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms"]
description = "Advanced mathematics for next-gen vector search: Optimal Transport, Information Geometry, Product Manifolds"
edition = "2021"
keywords = ["vector-search", "optimal-transport", "wasserstein", "information-geometry", "hyperbolic"]
license = "MIT"
name = "ruvector-math"
readme = "README.md"
repository = "https://github.com/ruvnet/ruvector"
rust-version = "1.77"
version = "0.1.31"