isvalid

query if all entries are not nan and not inf

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

Meta