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

pub fn matrix_cw_u16(rows: usize, cols: usize, values: &[u16]) -> MatrixU16

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