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

pub fn matrix_cw_u8(rows: usize, cols: usize, values: &[u8]) -> MatrixU8

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