Function arrayfire::hypot [] [src]

pub fn hypot(lhs: &Array, rhs: &Array, batch: bool) -> Array

Compute length of hypotenuse of two Arrays

This is an element wise binary operation.