[−][src]Function arrayfire::imin
pub fn imin<T>(input: &Array<T>, dim: i32) -> (Array<T::InType>, Array<u32>) where
T: HasAfEnum,
T::InType: HasAfEnum,
Find minimum value along given dimension and their corresponding indices
Parameters
input
- Input Arraydim
- Dimension along which the input Array will be reduced
Return Values
A tuple of Arrays: Array minimum values and Array containing their index along the reduced dimension.