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

pub fn matrix_cw_u32(rows: usize, cols: usize, values: &[u32]) -> MatrixU32

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