Skip to main content

unflatten_list

Function unflatten_list 

Source
pub fn unflatten_list<T>(elems: &[T], strides: &[usize]) -> T
where T: MatrixValue,
Expand description

Same transformation as unflatten_matrix, but all index domains become int(1..)