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