rsparse 0.2.3

A Rust library for solving sparse linear systems using direct methods.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

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

[package]
authors = ["Ricard Lado"]
categories = ["mathematics", "science"]
description = "A Rust library for solving sparse linear systems using direct methods."
edition = "2021"
exclude = [".github/"]
keywords = ["math", "linear", "algebra", "sparse", "matrix"]
license = "MIT"
name = "rsparse"
readme = "README.md"
repository = "https://github.com/rlado/rsparse"
version = "0.2.3"