Skip to content

Commit bbe5933

Browse files
author
Ian
committed
added lots new features
variable type system for the SVD calculation added new masked implementation to avoid data copying during SVD calculation version bump
1 parent 97860b9 commit bbe5933

File tree

9 files changed

+4214
-2439
lines changed

9 files changed

+4214
-2439
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ 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.1.0"
7+
version = "0.2.0"
88
edition = "2021"
99
license-file = "SVDLIBC-LICENSE.txt"
1010

1111
[dependencies]
1212
nalgebra-sparse = "0.10.0"
1313
ndarray = "0.16.1"
14+
num-traits = "0.2.19"
1415
rand = "0.8.5"
15-
thiserror = "2.0.9"
16+
thiserror = "2.0.9"

0 commit comments

Comments
 (0)