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

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