Skip to content

Commit b7507a1

Browse files
authored
Merge pull request #2 from SingleRust/feature-dev-randomized-svd
Feature dev randomized svd
2 parents 3a6fd32 + f834a27 commit b7507a1

5 files changed

Lines changed: 713 additions & 127 deletions

File tree

Cargo.lock

Lines changed: 185 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ description = "A Rust port of LAS2 from SVDLIBC"
44
keywords = ["svd"]
55
categories = ["algorithms", "data-structures", "mathematics", "science"]
66
name = "single-svdlib"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
edition = "2021"
99
license-file = "SVDLIBC-LICENSE.txt"
1010

1111
[dependencies]
12+
anyhow = "1.0.97"
13+
argmin = { version = "0.10.0", features = ["rayon"] }
1214
nalgebra-sparse = "0.10.0"
13-
ndarray = "0.16.1"
1415
num-traits = "0.2.19"
1516
rand = "0.9.0"
17+
rand_distr = "0.5.1"
1618
rayon = "1.10.0"
1719
thiserror = "2.0.9"
20+
nshare = {version = "0.10.0", features = ["nalgebra", "ndarray"] }
21+
ndarray = "0.16.1"
22+
nalgebra = { version = "0.33.2", features = ["rayon"] }

0 commit comments

Comments
 (0)