determinant

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

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

Meta