pub type CStride<T, R, C = U1> = <<DefaultAllocator as Allocator<R, C>>::Buffer<T> as RawStorage<T, R, C>>::CStride;
The column-stride of the owned data storage for a buffer of dimension (R, C).
(R, C)