[][src]Module quick_maths::autodiff

Auto-differentiation module

Structs

Tape

A tape for tracking differentiated variables. There is one global singleton being tracked, and can be replaced by calling reset-tape.

Var

A tracked variable which can be differentiated.

WeightedEdge

Type Definitions

DiffArray

Represents a differentiable array

NodeIdx

Marker for indices into a tape