kotlin-numpy / org.jetbrains.numkt.logic / isNan

isNan

fun <T : Any> isNan(x: KtNDArray<T>): KtNDArray<Boolean> (source)

Test element-wise for NaN and return result as a boolean array.