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

pub fn from_range_cw_u16(rows: usize, cols: usize, start: u16, stop: u16) -> MatrixU16

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