reverse_differentiable 0.1.2

Automatic differentiation of functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "reverse_differentiable"
version = "0.1.2"
edition = "2018"
authors = ["Jeff Shen <jshen2014@hotmail.com>"]
license = "MIT OR Apache-2.0"

description = "Automatic differentiation of functions."
repository = "https://github.com/al-jshen/reverse"

categories = ["science"]

[dependencies]
syn = { version = "1", features = ["full"] }
quote = "1"

[lib]
proc-macro = true