|
Check if values are infinite. More...
Functions | |
AFAPI array | isInf (const array &in) |
C++ Interface for checking if values are Infinities. More... | |
AFAPI af_err | af_isinf (af_array *out, const af_array in) |
C Interface for checking if values are infinities. More... | |
Check if values are infinite.
C Interface for checking if values are infinities.
[out] | out | will contain 1's where input is Inf or -Inf, and 0 otherwise. |
[in] | in | is input |