Type Alias ScalarTensorViewMutD

Source
pub type ScalarTensorViewMutD<'a> = ScalarTensorViewMut<'a, IxDyn>;
Expand description

ScalarTensorViewMut with dynamic dimensions.

Aliased Typeยง

pub struct ScalarTensorViewMutD<'a> { /* private fields */ }