determinant

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

determinant
(
Matrix
)
(
Matrix mat
)
if (
isMatrix!Matrix &&
Matrix.cols == Matrix.rows
)

Meta