Check if values are NaN. More...
| Functions | |
| array | isNaN (const array &in) | 
| C++ Interface to check if values are NaN. | |
| af_err | af_isnan (af_array *out, const af_array in) | 
| C Interface to check if values are NaN. | |
Check if values are NaN.
C Interface to check if values are NaN.
| [out] | out | array containing 1's where input is NaN; 0's otherwise | 
| [in] | in | input array |