nalgebra_block_triangularization 0.1.0

Structural decomposition of sparse matrices into block triangular form using graph algorithms
Documentation
[dependencies.nalgebra]
version = "0.34"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.test-case]
version = "3.3.1"

[lib]
crate-type = ["lib"]
name = "nalgebra_block_triangularization"
path = "src/lib.rs"

[package]
authors = ["brendan c"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "science"]
description = "Structural decomposition of sparse matrices into block triangular form using graph algorithms"
documentation = "https://docs.rs/nalgebra_block_triangularization"
edition = "2024"
keywords = ["linear-algebra", "sparse-matrix", "graph-algorithms", "bipartite-matching", "block-triangular"]
license = "MIT"
name = "nalgebra_block_triangularization"
readme = "README.md"
repository = "https://github.com/bcolloran/nalgebra_block_triangularization"
version = "0.1.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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