invert method

double invert()

Invert the matrix. Returns the determinant.

Implementation

double invert() => copyInverse(this);