Matrix.determinant

Returns determinant of matrix

struct Matrix(T, size_t H, size_t W)
const
static if(isSquare)
T
determinant
()
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta