determinant method

double determinant()

Give the determinent of this matrix.

Implementation

double determinant() => _storage.determinant();