pub type Autodiff<B> = Autodiff<B>;
The backend marker to enable autodiff.
struct Autodiff<B> { /* private fields */ }