Skip to content

Commit c4a6cc8

Browse files
committed
Merge pull request #46 from vbarrielle/tripletFormat
Triplet format
2 parents 9cb244e + e281d3b commit c4a6cc8

File tree

4 files changed

+340
-65
lines changed

4 files changed

+340
-65
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "sprs"
44
description = "A sparse matrix library"
5-
version = "0.3.1"
5+
version = "0.3.2"
66
authors = ["Vincent Barrielle <[email protected]>"]
77

88
readme = "README.rst"

src/sparse/cmat.rs

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/sparse/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pub use self::vec::{CsVec,
1212

1313

1414
pub mod csmat;
15-
pub mod cmat;
1615
pub mod triplet;
1716
pub mod vec;
1817
pub mod permutation;

0 commit comments

Comments
 (0)