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