A minimal automatic scalar differentiation library.
All code are in a single file (src/mgrad.rs) to easily copy-paste into other projects.
use nn;
Run with cargo doc --open to see the documentation.
More examples can be found in the examples folder.