isvalid

query if all entries are not nan and not inf

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

Meta