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