adtensor 0.0.3

Machine learning library with auto differentiation of arbitrary dimensional stack tensors.
Documentation
[package]
name = "adtensor"
version = "0.0.3"
authors = ["Charles Earp <charles.r.earp@gmail.com>"]
edition = "2018"
description = "Machine learning library with auto differentiation of arbitrary dimensional stack tensors."
license = "GPL-3.0"
repository = "https://github.com/charles-r-earp/adtensor"
keywords = ["Auto", "Learning", "AI", "Tensor", "Matrix"]

[dependencies]
generic-array = "0.12.0"
typenum = "1.10.0"

[profile.dev]
opt-level = 0

[profile.bench]
opt-level = 3

[dev-dependencies]
criterion = "0.2"
ndarray = "0.12.1"
nalgebra = "0.18.0"


[[bench]]
name = "bench_vector"
harness = false