mdarray-linalg 0.2.0

Linear algebra operations for mdarray, with multiple exchangeable backends
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"
version = "0.2.0"
authors = [
    "Pierre Wulles",
    "Christoph Groth",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linear algebra operations for mdarray, with multiple exchangeable backends"
readme = "README.md"
keywords = [
    "mdarray",
    "linear-algebra",
    "math",
    "matrix",
    "tensor",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT AND Apache-2.0"
repository = "https://github.com/grothesque/mdarray-linalg"

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

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

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

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

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

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

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

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

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

[dependencies.approx]
version = "0.5.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.mdarray]
version = "0.8.0"

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

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

[dependencies.rand]
version = "0.9.2"

[dependencies.thiserror]
version = "2.0.12"

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

[dev-dependencies.lapack-src]
version = "0.11"
features = ["openblas"]

[dev-dependencies.nalgebra]
version = "0.34.1"

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