Type Definition na::base::storage::CStride [−][src]
type CStride<N, R, C = U1> = <<DefaultAllocator as Allocator<N, R, C>>::Buffer as Storage<N, R, C>>::CStride;
The column-stride of the owned data storage for a buffer of dimension (R, C)
.