Initial commit

This commit is contained in:
Volodymyr Orlov
2019-05-28 17:46:03 -07:00
parent f0275e2fc4
commit f4d3a80490
14 changed files with 285 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "smartcore"
version = "0.1.0"
authors = ["Vlad Orlov"]
edition = "2018"
[dependencies]
ndarray = "0.12.1"
ndarray-linalg = "0.10"
num-traits = "0.2"
[dev-dependencies]
ndarray = "0.12.1"
criterion = "0.2"
[[bench]]
name = "distance"
harness = false