Function extendr_api::prelude::stats::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.