pub type MatrixMut<'a, T = f32> = NdTensorViewMut<'a, T, 2>;Expand description
Mutable view of a 2D tensor.
Aliased Typeยง
pub struct MatrixMut<'a, T = f32> { /* private fields */ }pub type MatrixMut<'a, T = f32> = NdTensorViewMut<'a, T, 2>;Mutable view of a 2D tensor.
pub struct MatrixMut<'a, T = f32> { /* private fields */ }