Skip to content

Commit b5ad644

Browse files
author
Ian
committed
First random SVD test
1 parent 3d0cc8f commit b5ad644

5 files changed

Lines changed: 551 additions & 656 deletions

File tree

Cargo.lock

Lines changed: 167 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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ 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"
1617
rand_distr = "0.5.1"
1718
rayon = "1.10.0"
1819
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)