mdarray-linalg-blas 0.2.0

BLAS backend for mdarray-linalg
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "mdarray-linalg-blas"
version = "0.2.0"
authors = [
    "Pierre Wulles",
    "Christoph Groth",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BLAS backend for mdarray-linalg"
readme = "README.md"
keywords = [
    "mdarray",
    "linear-algebra",
    "math",
    "matrix",
    "blas",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT AND Apache-2.0"
repository = "https://github.com/grothesque/mdarray-linalg"

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

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

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

[dependencies.cblas-sys]
version = "0.2.0"

[dependencies.mdarray]
version = "0.8.0"

[dependencies.mdarray-linalg]
version = "0.2.0"

[dependencies.num-complex]
version = "0.4.6"

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

[dependencies.paste]
version = "1.0.15"

[dev-dependencies.openblas-src]
version = "0.10.11"
features = ["system"]