gmres 1.1.0

A sparse linear system solver using the GMRES iterative method.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "gmres"
version = "1.1.0"
dependencies = [
 "rsparse",
]

[[package]]
name = "rsparse"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27f54607548c6a60e8fd4f8f2877975ff66752a9a47f9fc057f6f4ae57cba16d"