- replace ndarray-linalg matrix inverse by a function that does not require blas

This commit is contained in:
w.pomp
2026-07-31 15:28:41 +02:00
parent fdac4e04c4
commit db2b72c3bf
3 changed files with 93 additions and 6 deletions
-1
View File
@@ -18,7 +18,6 @@ exclude = ["/tests"]
algos = "0.6"
itertools = "0.15"
ndarray = { version = "0.17", features = ["rayon"] }
ndarray-linalg = { version = "0.18", features = ["openblas-system"] }
ndarray-npy = { version = "0.10.0", features = ["npz"] }
ndrustfft = "0.6"
num = "0.4"