[[bench]]
name = "apply_binary_operator"
path = "benches/apply_binary_operator.rs"
[[bench]]
name = "insert_scalar_into_matrix"
path = "benches/insert_scalar_into_matrix.rs"
[[bench]]
harness = false
name = "vector_indices"
path = "benches/vector_indices.rs"
[dependencies.graphblas_sparse_linear_algebra_proc_macros]
version = "0.3.1"
[dependencies.once_cell]
version = "1.18"
[dependencies.paste]
version = "1.0"
[dependencies.rayon]
version = "1.8"
[dependencies.suitesparse_graphblas_sys]
version = "0.4.2"
[dev-dependencies.criterion]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"
[features]
build-standard-kernels = ["suitesparse_graphblas_sys/build-standard-kernels"]
disable-just-in-time-compiler = ["suitesparse_graphblas_sys/disable-just-in-time-compiler"]
[lib]
name = "graphblas_sparse_linear_algebra"
path = "src/lib.rs"
[package]
authors = ["code_sam <mail@samdekker.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "mathematics"]
description = "Wrapper for SuiteSparse:GraphBLAS"
edition = "2021"
keywords = ["math", "GraphBLAS", "sparse", "linear-algebra"]
license = "CC-BY-NC-4.0"
name = "graphblas_sparse_linear_algebra"
readme = "README.md"
repository = "https://github.com/code-sam/graphblas_sparse_linear_algebra"
version = "0.57.2"
[[test]]
name = "doc_test"
path = "tests/doc_test.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"