gmres 0.1.1

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 = 3

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

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