dfo 0.1.0-beta.5

Differentiable Floating-point Operations in Rust.
Documentation
1
2
3
4
5
6
7
8
9
//! Backward automatic differentiation.
//!
//! Currently not implemented.
//pub mod primitive;
//pub mod generic;
//mod traits;

//pub use primitive::{DFloat32, DFloat64};
//pub use traits::Differentiable;