invertTR

//////////////////////////////////////////// ////////////////////////////////////////////

nothrow @nogc pure nothrow @nogc @safe
invertTR
(
M
)
(
M mat
)
if (
isMatrix!M &&
M.cols == 4
&&
M.rows == 4
)

Meta