rmumps 0.1.0

Pure Rust multifrontal sparse symmetric indefinite solver
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 = "2021"
name = "rmumps"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust multifrontal sparse symmetric indefinite solver"
readme = "README.md"
license = "CECILL-C"

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

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

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

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

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

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

[dependencies.amd]
version = "0.2"

[dependencies.rayon]
version = "1"

[dev-dependencies]