feat: integrates with nalgebra

This commit is contained in:
Volodymyr Orlov
2020-04-06 19:16:37 -07:00
parent eb0c36223f
commit b068295dac
6 changed files with 66 additions and 18 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
ndarray = "0.13"
nalgebra = "0.20.0"
num-traits = "0.2.11"
num = "0.2.1"
rand = "0.7.3"