Skip to main content

linear_length

Function linear_length 

Source
pub fn linear_length(nrows: usize, ncols: usize, cstride: usize) -> usize
Expand description

Return the linear length of a slice underlying a StridedBase with the given parameters.