Skip to content

Commit 057074b

Browse files
authored
Merge pull request #7 from SingleRust/dev-matrix-mul-optimization
Version bump, solved very idiotic issue πŸ˜…
2 parents a6a02d3 + 44d6374 commit 057074b

6 files changed

Lines changed: 431 additions & 106 deletions

File tree

β€ŽCargo.lockβ€Ž

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

β€ŽCargo.tomlβ€Ž

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

@@ -19,3 +19,4 @@ thiserror = "2.0.9"
1919
nshare = {version = "0.10.0", features = ["nalgebra", "ndarray"] }
2020
ndarray = "0.16.1"
2121
single-utilities = "0.6.0"
22+
nalgebra = {version = "0.33.2", features = ["rayon"] }

0 commit comments

Comments
Β (0)