Helper function for arrays
TOC
iszero()
Check if values are zero.
iszero()-> ArrayFire Documentation
Result: AFArray: containing 1's where input is zero, and 0 otherwise.
isZero()
alias of iszero()
isInf()
Check if values are infinite.
isInf()-> ArrayFire Documentation
Result: AFArray: containing 1's where input is infinity, and 0 otherwise.
isNaN()
Check if values are Nan.
isNaN()-> ArrayFire Documentation
Result: AFArray: containing 1's where input is NaN, and 0 otherwise.