flipud

Contents

flipud#

Flips an operator up to down

template<typename T1>
auto __MATX_INLINE__ matx::flipud(const T1 &t)#

Flip the vertical axis of a tensor.

Examples#

(t2r = flipud(t2)).run(exec);