We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a9f4c commit b1fe48fCopy full SHA for b1fe48f
1 file changed
ndarray-linalg/Cargo.toml
@@ -51,6 +51,7 @@ paste = "1.0.5"
51
criterion = "0.3.4"
52
# Keep the same version as ndarray's dependency!
53
approx = { version = "0.4.0", features = ["num-complex"] }
54
+rand_pcg = "0.3.1"
55
56
[[bench]]
57
name = "truncated_eig"
0 commit comments