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

pub fn matrix_cw_u64(rows: usize, cols: usize, values: &[u64]) -> MatrixU64

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