aegir 2.0.0

Strongly-typed, reverse-mode autodiff library in Rust
Documentation
1
2
3
4
5
mod unary;
pub use self::unary::*;

mod binary;
pub use self::binary::*;