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

type MatOwned<N> = Tensor<N, [usize; 2], Vec<N>>;