amari-functional 0.15.1

Functional analysis on multivector spaces - Hilbert spaces, linear operators, and spectral theory
Documentation
[dependencies.amari-calculus]
version = "0.15.1"

[dependencies.amari-core]
features = ["std", "phantom-types"]
version = "0.15.1"

[dependencies.amari-measure]
version = "0.15.1"

[dependencies.nalgebra]
version = "0.32"

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

[dependencies.rayon]
version = "1.8"

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies.rand]
version = "0.8"

[features]
default = ["std"]
formal-verification = []
parallel = []
std = []

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

[package]
authors = ["Amari Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "Functional analysis on multivector spaces - Hilbert spaces, linear operators, and spectral theory"
edition = "2021"
keywords = ["functional-analysis", "hilbert-space", "spectral-theory", "operators", "geometric-algebra"]
license = "MIT OR Apache-2.0"
name = "amari-functional"
readme = "README.md"
repository = "https://github.com/justinelliottcobb/Amari"
rust-version = "1.75"
version = "0.15.1"