gmres 0.1.2

A sparse linear system solver using the GMRES iterative method.
Documentation
[dependencies.rsparse]
version = "0.2.3"

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

[package]
authors = ["Ricard Lado"]
categories = ["mathematics", "science"]
description = "A sparse linear system solver using the GMRES iterative method."
edition = "2021"
exclude = [".github/"]
keywords = ["math", "linear", "algebra", "sparse", "GMRES"]
license = "MIT"
name = "gmres"
readme = "README.md"
repository = "https://github.com/rlado/GMRES"
version = "0.1.2"