Type Definition nalgebra::base::storage::RStride

source ·
pub type RStride<N, R, C = U1> = <<DefaultAllocator as Allocator<N, R, C>>::Buffer as Storage<N, R, C>>::RStride;
Expand description

The row-stride of the owned data storage for a buffer of dimension (R, C).