[][src]Function arrayfire::maxof

pub fn maxof<A, B>(
    lhs: &Array<A>,
    rhs: &Array<B>,
    batch: bool
) -> Array<A::Output> where
    A: ImplicitPromote<B>,
    B: ImplicitPromote<A>, 

Elementwise maximum operation of two Arrays

This is an element wise binary operation.

Important Notes