det property

double det

Returns the determinant of this Matrix.

Implementation

double get det => lu.det;