pub fn unflatten_matrix<T>(
elems: &[T],
index_domains: &[<T as AbstractLiteralValue>::Dom],
strides: &[usize],
) -> Twhere
T: MatrixValue,Expand description
“Un-flatten” a slice of elements into a Matrix with the given index domains