dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
isvalid
dlsl
matrix
query if all entries are not nan and not inf
bool
isvalid
(
genType
)
(
const
ref
genType
mat
)
if
(
isMatrix
!
genType
&&
isFloatingPoint
!(
genType.valueType
)
)
Meta
Source
See Implementation
dlsl
matrix
aliases
mat2
functions
determinant
invert
invertTR
isinf
isnan
isvalid
transpose
structs
Matrix
templates
isMatrix
query if all entries are not nan and not inf