Function row_mean
pub fn row_mean<E>(out: RowMut<'_, E>, mat: MatRef<'_, E>, nan: NanHandling)where
E: ComplexField,
Expand description
Computes the mean of the rows of mat
and stores the result in out
.
pub fn row_mean<E>(out: RowMut<'_, E>, mat: MatRef<'_, E>, nan: NanHandling)where
E: ComplexField,
Computes the mean of the rows of mat
and stores the result in out
.