fwd_ad 0.2.0

Forward auto-differentiation, allowing its user to manage memory location and minimize copying.
[[bench]]
harness = false
name = "bench_ops_dual"
required-features = ["bench"]

[dependencies.criterion]
optional = true
version = "0.3"

[dependencies.num-traits]
version = "0.2.11"

[features]
bench = ["criterion"]
default = []
implicit-clone = []

[package]
authors = ["Arthur Carcano <arthur.carcano@inria.fr>"]
categories = ["mathematics", "science"]
description = "Forward auto-differentiation, allowing its user to manage memory location and minimize copying."
edition = "2018"
exclude = [".gitlab-ci.yml"]
keywords = ["automatic", "differentiation", "forward", "dual", "ad"]
license = "MIT"
name = "fwd_ad"
readme = "Readme.md"
repository = "https://gitlab.inria.fr/InBio/Public/fwd_ad"
version = "0.2.0"