Skip to main content

unflatten_matrix

Function unflatten_matrix 

Source
pub fn unflatten_matrix<T>(
    elems: &[T],
    index_domains: &[<T as AbstractLiteralValue>::Dom],
    strides: &[usize],
) -> T
where T: MatrixValue,
Expand description

“Un-flatten” a slice of elements into a Matrix with the given index domains