[−][src]Function arrayfire::imin_all
pub fn imin_all<T>(
input: &Array<T>
) -> (<<T as HasAfEnum>::InType as HasAfEnum>::BaseType, <<T as HasAfEnum>::InType as HasAfEnum>::BaseType, u32) where
T: HasAfEnum,
<T as HasAfEnum>::InType: HasAfEnum,
<<T as HasAfEnum>::InType as HasAfEnum>::BaseType: HasAfEnum + Fromf64,
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.