rma 0.1.0

Rare, high-performance mathematical algorithms for Rust.
Documentation
[[bench]]
harness = false
name = "cuthill_mckee_bench"
path = "benches/cuthill_mckee_bench.rs"

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

[dependencies.num-bigint]
version = "0.4"

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

[dependencies.rand]
version = "0.8"

[dependencies.sprs]
optional = true
version = "0.11"

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

[dev-dependencies.rayon]
version = "1.10.0"

[dev-dependencies.tempfile]
version = "3"

[features]
simd = []

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

[package]
authors = ["Dan Vi <bogwi@rakumail.jp>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "algorithms"]
description = "Rare, high-performance mathematical algorithms for Rust."
documentation = "https://docs.rs/rma"
edition = "2024"
homepage = "https://github.com/bogwi/r-math"
keywords = ["math", "algorithms", "matrix", "linear-algebra", "scientific"]
license = "MIT OR Apache-2.0"
name = "rma"
readme = "README.md"
repository = "https://github.com/bogwi/r-math"
version = "0.1.0"

[[test]]
name = "cuthill_mckee_integration"
path = "tests/cuthill_mckee_integration.rs"