[−][src]Function arrayfire::flip
pub fn flip<T>(input: &Array<T>, dim: u32) -> Array<T> where
T: HasAfEnum, Flip the Array
Parameters
inputis the Array to be flippeddimis the dimension along which the flip has to happen
Return Values
Flipped Array