Type Alias rten_tensor::MatrixMut

source ·
pub type MatrixMut<'a, T = f32> = NdTensorViewMut<'a, T, 2>;
Expand description

Mutable view of a slice as a matrix.

Aliased Type§

struct MatrixMut<'a, T = f32> { /* private fields */ }