Skip to main content

MatrixMut

Type Alias MatrixMut 

Source
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 */ }