pub fn linear_length(nrows: usize, ncols: usize, cstride: usize) -> usize
Return the linear length of a slice underlying a StridedBase with the given parameters.
StridedBase