Type Definition dense_mats::tensor::MatViewMut [] [src]

type MatViewMut<'a, N> = Tensor<N, [usize; 2], &'a mut [N]>;