[][src]Function arrayfire::imin_all

pub fn imin_all<T: HasAfEnum>(input: &Array<T>) -> (f64, f64, u32)

Find minimum and it's index in the whole Array

Parameters

input - Input Array

Return Values

A triplet with

  • minimum element of Array in the first component.
  • second component of value zero if Array is of non-complex type.
  • index of minimum element in the third component.