into_faer_mut_transpose

Function into_faer_mut_transpose 

Source
pub fn into_faer_mut_transpose<T, L: Layout>(
    mat: &mut DSlice<T, 2, L>,
) -> MatMut<'static, T>
Expand description

Converts a DSlice<T, 2, L> (from mdarray) into a faer::MatMut<'static, T> and transposes data. This function does not copy any data.