[go: up one dir, main page]

bola 0.1.2

A lightweight native rust linear algebra library.
Documentation
[[bench]]
harness = false
name = "gemm"
path = "benches/gemm.rs"

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

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

[dependencies.rayon]
version = "1.11.0"

[dev-dependencies.cblas]
version = "0.5.0"

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

[dev-dependencies.lapack]
version = "0.20.0"

[dev-dependencies.lapack-sys]
version = "0.15.0"

[dev-dependencies.matrixmultiply]
features = ["threading"]
version = "0.3.10"

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

[[example]]
name = "getrf"
path = "examples/getrf.rs"

[features]
profiling = []

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

[package]
authors = ["Aleksander Lovric <alexlovric@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "simulation"]
description = "A lightweight native rust linear algebra library."
documentation = "https://docs.rs/bola"
edition = "2024"
keywords = ["math", "linear-algebra", "lapack", "matrix"]
license = "MIT"
name = "bola"
readme = "README.md"
repository = "https://github.com/alexlovric/bola"
version = "0.1.2"

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