Type Definition dfo::forward::primitive::DFloat32

source ·
pub type DFloat32 = DFloat<f32>;
Expand description

Automatically differentiated float using f32 as base type.