isinf

query if any entry is inf

nothrow @nogc pure nothrow @nogc @safe
bool
isinf
(
M
)
(
const ref M mat
)
if (
isMatrix!M &&
isFloatingPoint!(M.valueType)
)

Meta