dorset 0.1.0

A rust implementation of Stan Math automatic differentiation library.
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
mod assert_eq_float;
#[macro_use]
mod uniop;
#[macro_use]
mod binop;
#[macro_use]
mod var;
#[macro_use]
mod cstack;