[−][src]Function arrayfire::mean_all
pub fn mean_all<T: HasAfEnum>(input: &Array<T>) -> (f64, f64)
Compute mean of all data
Parameters
input
is the input Array
Return Values
A tuple of 64-bit floating point values with the stat values.
pub fn mean_all<T: HasAfEnum>(input: &Array<T>) -> (f64, f64)
Compute mean of all data
input
is the input ArrayA tuple of 64-bit floating point values with the stat values.