Function from_slice_mut_generic
pub fn from_slice_mut_generic<E>(
slice: <<E as Entity>::Group as ForType>::FaerOf<&mut [<E as Entity>::Unit]>,
) -> RowMut<'_, E>where
E: Entity,
Expand description
Creates a RowMut
from slice views over the row vector data, The result has the same
number of columns as the length of the input slice.