|
Check if values are Nan. More...
Functions | |
AFAPI array | isNaN (const array &in) |
C++ Interface for checking if values are NaNs. More... | |
AFAPI af_err | af_isnan (af_array *out, const af_array in) |
C Interface for checking if values are NaNs. More... | |
Check if values are Nan.
C Interface for checking if values are NaNs.
[out] | out | will contain 1's where input is NaN, and 0 otherwise. |
[in] | in | is input |