invert

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

nothrow @nogc pure nothrow @nogc @safe
invert
(
Matrix
)
(
Matrix mat
)
if (
isMatrix!Matrix &&
Matrix.cols == Matrix.rows
)

Meta