Crate niura

Crate niura 

Source
Expand description

The niura crate provides automatic differentiation for scalar values (vector valued differentiation coming).

Computational graphs and gradients are created implicitly and kept track of automatically.

Modulesยง

var
This module contains all the logic for the scalar valued var type, which is the primary type on which automatic differentiation is performed.