isinf

query if any entry is inf

bool
isinf
(
genType
)
(
const ref genType mat
)
if (
isMatrix!genType &&
isFloatingPoint!(genType.valueType)
)

Meta