Function scirust::matrix::constructors::from_range_cw_u32 [] [src]

pub fn from_range_cw_u32(rows: usize, cols: usize, start: u32, stop: u32) -> MatrixU32

Returns an 32-bit unsigned integer matrix whose entries are picked up from a range in column wise order.