Function mean

Source
pub fn mean(
    array: impl AsRef<Array>,
    keep_dims: impl Into<Option<bool>>,
) -> Result<Array>
Expand description